Cheatsheet: Some most useful bash commands
May 20, 2023 · 1 min read · 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...
Join discussion

