Useful SSH command lines we use to speed up our work
This will be an ongoing list of useful SSH command lines we will build on that we use and that you might find useful.
Clear the terminal screen
clear
List all files in the folder
ls
Find all files across all folders
find ./ -name .htaccess
Delete all files across all folders
find ./ -name .htaccess -delete
Sign up to our newsletter
Get the latest insights
Categories