APCSP Notes
Vocabulary Notes
Linux Commands
| Command | Description |
|---|---|
| ls | lists computer files |
| cd | changes working directory |
| pwd | prints working directory |
| echo | used to display a line of text |
| cat | reads data from file and gives contents as output |
| env | shows setting for cell |
| git clone | sets up a director of files |
| cd $project | moves inside that directory of files |