These are some commonly used commands for Unix-based terminals, such as the terminal in OSX, Git CMD, and Windows Terminal.
| Command | Description |
|---|---|
| pwd | Prints the current working directory |
| ls | List the contents in the current working directory |
| cd | Change directory |
| mkdir | Make a directory |
| mv | Move a file |
| rm | Delete a file or directory |