|
|
# Bash Cheat Sheet
|
|
|
|
|
|
| **Command** | **Description** | **Invocation** |
|
|
|
| ----------------- | --------------------------------- | ---------------------------------- |
|
|
|
| ----------------- | --- | --- |
|
|
|
| `pwd` | Outputs your current directory. | `pwd` |
|
|
|
| `cd` | Enters a directory. | `cd /path/to/dir` |
|
|
|
| `ls` | Lists the contents of the current directory. | `ls` |
|
... | ... | |