From 2428642e0b01cc54a5915b596ca3ff17c632d4e3 Mon Sep 17 00:00:00 2001 From: Rayan Azzi Date: Tue, 25 Aug 2020 09:10:09 +0200 Subject: [PATCH] Description env --- docs/addendum-10-crazy-command-list/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 | + + + + + + +