Terminal for productivity
If you are are software developer building websites you most likely are writing backend code, frontend code, configuring databases, servers and are using html, javascript, work with php, node js, .net, ruby, python insert favourite language you are coding.
If you are are software developer building websites you most likely are writing backend code, frontend code, configuring databases, servers and are using html, javascript, work with php, node js, .net, ruby, python insert favourite language you are coding.
If this is you and you are you just starting out.
The best self investment you can do to boost your productivity is to learn the terminal and get comfortable moving around your computer using the terminal.
You don't have know all the commands right up front. You only need a few key commands lets me show a few. and slowly build from there.
Make Directory
Change Directory
Go to specific folder, type first 2/3 letters and hit the tab key for autocompletion
Go back a directory
Go back home (on unix based systems)
List directory
Once you've arrived in the directory, next list the contents of directory
To see more details about when the files were last updated, or if you want to see the file permissions
Adding new files
Creating files is easy, using the touch command.
Removing files
As easy as creating, deleting is simple as two commands
Removing folders
To delete a folder you need to specify the -r
flag to remove the parent directory and its sub directories.
Some times you want to force remove.