diff --git a/pages/common/type.md b/pages/common/type.md index d0bfda2d26..99fc30f6e5 100644 --- a/pages/common/type.md +++ b/pages/common/type.md @@ -2,6 +2,7 @@ > Display the type of command the shell will execute. > Note: All examples are not POSIX compliant. +> See also: `whereis`, `which`, `whatis`. > More information: . - Display the type of a command: diff --git a/pages/common/which.md b/pages/common/which.md index 7809a630fb..296682ca38 100644 --- a/pages/common/which.md +++ b/pages/common/which.md @@ -1,6 +1,7 @@ # which > Locate a program in the user's path. +> See also: `whereis`, `whatis`, `type`. > More information: . - Search the PATH environment variable and display the location of any matching executables: diff --git a/pages/linux/whatis.md b/pages/linux/whatis.md index 2366698132..aab9708ec7 100644 --- a/pages/linux/whatis.md +++ b/pages/linux/whatis.md @@ -1,6 +1,7 @@ # whatis > Display one-line descriptions from manual pages. +> See also: `whereis`, `which`, `type`. > More information: . - Display a description from a man page: diff --git a/pages/linux/whereis.md b/pages/linux/whereis.md index bd88488ff3..0c22356bd0 100644 --- a/pages/linux/whereis.md +++ b/pages/linux/whereis.md @@ -1,6 +1,7 @@ # whereis > Locate the binary, source, and manual page files for a command. +> See also: `which`, `whatis`, `type`. > More information: . - Locate binary, source and man pages for SSH: