Whereis
From FreeBSDwiki
(Difference between revisions)
Line 6: | Line 6: | ||
ls: /bin/ls /usr/share/man/man1/ls.1.gz | ls: /bin/ls /usr/share/man/man1/ls.1.gz | ||
− | See also: [[ | + | See also: [[where]] |
[Category: System Commands]] | [Category: System Commands]] |
Revision as of 14:50, 25 August 2004
Very much like where except that it will search for any program and show you where they all are, including manpages:
samizdata# where ls /bin/ls samizdata# whereis ls ls: /bin/ls /usr/share/man/man1/ls.1.gz
See also: where
[Category: System Commands]]