Quote:
Originally Posted by Legend986
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