Here is a summary of some useful commands:
| Command (Windows) | Command (Mac OS - GNU/Linux) | Description |
|---|---|---|
| exit | exit | closes the window |
| cd | cd | change directory |
| cd | pwd | show current directory |
| dir | ls | list directory/files |
| copy | cp | copy file |
| move | mv | move file |
| mkdir | mkdir | create a new directory |
| rmdir /S | rm -r | delete the folder |