pavement

Whereis

From FreeBSDwiki
(Difference between revisions)
Jump to: navigation, search
m
m (Reverted edits by 147.8.104.142 (Talk); changed back to last version by Dave)
 
(One intermediate revision by one user not shown)
Line 5: Line 5:
 
  samizdata#
 
  samizdata#
  
See also: [[where]]
+
See also: [[where]], [[which]], [[whatis]], [[apropos]]
  
 
[[Category: System Commands]]
 
[[Category: System Commands]]

Latest revision as of 13:37, 10 November 2007

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#

See also: where, which, whatis, apropos

Personal tools