{snip}
> 1. find a file which may be in your $PATH:    which
> 2. find a file anywhere on the system:        locate
> 3. find a file anywhere based on a complicated choosing procedure and
>       do something with that file                find || (locate && xargs)
> 
> pete

How about: whereis
It will tell you where a file is located as well.

Reply via email to