Update shell_cheatsheet.md
[swc-modular-shell.git] / shell_cheatsheet.md
index 456c7d9ae5c5c4e3e710e2b810a2a49887d1be87..26b38f1299e84e7bac7aad42cd4db771c6ef3770 100644 (file)
@@ -80,6 +80,10 @@ A special kind of redirection is called a pipe and is denoted by `|`.
 | `|`     | Output from one command line program can be used as input to another one (e.g. `ls *.md | head` gives you the first 5 `*.md` files in your directory) |  
 
 
+| Command | Description |    
+| --------|-------------|  
+| `|`     |  |
+
 
 
 ##### Example: