From d8f986edb5762a5e5617ba2bf4be047ccd4315b6 Mon Sep 17 00:00:00 2001 From: RH-sdavey <32485509+RH-sdavey@users.noreply.github.com> Date: Fri, 10 May 2019 21:53:32 +0200 Subject: [PATCH] whereis: add two -u examples (#3008) --- pages/linux/whereis.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pages/linux/whereis.md b/pages/linux/whereis.md index f59c0180a7..730aa9b547 100644 --- a/pages/linux/whereis.md +++ b/pages/linux/whereis.md @@ -17,3 +17,11 @@ - Locate binaries for gcc in /usr/bin/ only: `whereis -b -B {{/usr/bin/}} -f {{gcc}}` + +- Locate unusual binaries (those that have more or less than one binary on the system): + +`whereis -u *` + +- Locate binaries that have unusual manual entries (binaries that have more or less than one manual installed): + +`whereis -u -m *`