This page lists some bash commands used in CS400
Click this link to learn more about Bash commands
Commands typically used in every project include:
- cd
- ls
- pwd
- nano
- touch
- ssh [user@host]
Other commands we've learned include:
- mkdir
- rm
- mv
- cp
- cat
- echo
- clear