I recently came across the command where
, which provides the actual path of executables in Linux. I was aware of which
, whereis
, locate
and find
, but not where
.
I want to know when this command got introduced and why its manual is not available. Is this shell command specific to the C Shell or do all shells have the where
command?
type where
is your friend. – Charles Duffy Jul 01 '15 at 15:52