Cheatsheet: Some most useful bash commands
Bash is a popular default shell on Linux and macOS.
Below are few bash commands to complete the following tasks:
pwd : is for print the current working directory.
cd : to navigate between directories on your computer.
If you are in directory "temp" a...
nyasha.hashnode.dev1 min read