Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions docs/addendum-10-crazy-command-list/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,17 @@ title: X - Crazy Command List
| `ls [OPTIONS] [PATH]` | List information about files |
| **Examples** | `ls -al`, `ls ~`, `ls /boot` |
| **Common Options** | `-l` long listing <br> `-a` include hidden files <br> `-h` human readable format |


| Command | Description |
| --- | --- |
| `ls [OPTIONS] [PATH]` | Output all environment variables |
| **Examples** | `env` |
| **Common Options** | `-l` start with an empty environment <br> `-0`end each output line with NUL, not newline <br> `-u` remove variable from the environment |