The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 09-25-2007
porter porter is offline Forum Advisor  
Registered User
  
 

Join Date: Jan 2007
Posts: 2,965
Quote:
Originally Posted by Legend986 View Post
Which book gives me ideas on such things? Please advice...
How could you go wrong with a book called something like "UNIX for Dummies"?

"which" looks for a program on the $PATH and prints what it found.

try the following...


Code:
which which
which man
man which
man man