pavement

Whereis

From FreeBSDwiki
(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
Very much like [[where]] except that it will search for any program and show you where they all are, including manpages:
+
Very much like [[where]] except that it will search for any program and show you not only where the program itself is, but also where any source code and/or [[man]] pages related to that program are in the standard [[path]]:
  
  samizdata# where ls
+
  '''samizdata#''' whereis time
/bin/ls
+
  '''time: /usr/bin/time /usr/share/man/man1/time.1.gz /usr/src/usr.bin/time'''
samizdata# whereis ls
+
'''samizdata#''' ph34r#
  ls: /bin/ls /usr/share/man/man1/ls.1.gz
+
  
 
See also: [[where]]
 
See also: [[where]]
  
 
[[Category: System Commands]]
 
[[Category: System Commands]]

Revision as of 16:06, 25 August 2004

Very much like where except that it will search for any program and show you not only where the program itself is, but also where any source code and/or man pages related to that program are in the standard path:

samizdata# whereis time
time: /usr/bin/time /usr/share/man/man1/time.1.gz /usr/src/usr.bin/time
samizdata# ph34r#

See also: where

Personal tools