From d45d7062eb45dfbc8e23cd777ae8a376eae1d071 Mon Sep 17 00:00:00 2001 From: Zhou Fangyi Date: Fri, 1 Dec 2017 09:52:58 +0000 Subject: [PATCH] where: add page (#1720) --- pages/common/where.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 pages/common/where.md diff --git a/pages/common/where.md b/pages/common/where.md new file mode 100644 index 0000000000..61f6128a4d --- /dev/null +++ b/pages/common/where.md @@ -0,0 +1,8 @@ +# where + +> Reports all known instances of a command. +> It could be an executable in the PATH environment variable, an alias, or a shell builtin. + +- Find all instances of a command: + +`where {{command}}`