From 64f49c2f4c1c4ae811aa893ab6fcd233413038b7 Mon Sep 17 00:00:00 2001 From: Aaron Degroote Date: Mon, 1 Jun 2020 15:35:23 +0200 Subject: [PATCH] added the wc command to the list --- docs/addendum-10-crazy-command-list/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/addendum-10-crazy-command-list/README.md b/docs/addendum-10-crazy-command-list/README.md index 03952cc..53cd4c6 100644 --- a/docs/addendum-10-crazy-command-list/README.md +++ b/docs/addendum-10-crazy-command-list/README.md @@ -42,6 +42,7 @@ title: X - Crazy Command List | Command | Description | | --- | --- | -| `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 | +| `wc [OPTIONS] [FILE]` | Word count | +| **Examples** | `wc example.txt `, `wc -l example.txt`, `wc -m example.txt` | +| **Common Options** | `-l` print the byte count
`-m` print the character counts +| --- | --- | \ No newline at end of file