diff --git a/docs/addendum-10-crazy-command-list/README.md b/docs/addendum-10-crazy-command-list/README.md
index 03952cc..aa6eca1 100644
--- a/docs/addendum-10-crazy-command-list/README.md
+++ b/docs/addendum-10-crazy-command-list/README.md
@@ -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
`-a` include hidden files
`-h` human readable format |
+
+
+| Command | Description |
+| --- | --- |
+| `ls [OPTIONS] [PATH]` | Output all environment variables |
+| **Examples** | `env` |
+| **Common Options** | `-l` start with an empty environment
`-0`end each output line with NUL, not newline
`-u` remove variable from the environment |
+
+
+
+
+
+
+