From 432743f448ba7650a3dde26b69a4d2c1a1bdce23 Mon Sep 17 00:00:00 2001 From: Wout Peirens Date: Tue, 14 Apr 2020 18:01:54 +0200 Subject: [PATCH] document whereis command --- docs/addendum-10-crazy-command-list/README.md | 6 +++--- 1 file changed, 3 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..7b525d5 100644 --- a/docs/addendum-10-crazy-command-list/README.md +++ b/docs/addendum-10-crazy-command-list/README.md @@ -42,6 +42,6 @@ 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 | +| `whereis [options] [-BMS directory... -f] name...` | locate the binary, source, and manual page files for a command | +| **Examples** | `whereis mkdir`, `whereis -b cp`, `whereis ping` | +| **Common Options** | `-b` search for binary files
`-m` search for manual files
`-s` search for sources |