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}}`