Tagged Questions
7
votes
1answer
204 views
What is the difference between which and where
What is the difference between where and which shell commands?
Here are some examples
~ where cc
/usr/bin/cc
/usr/bin/cc
~ which cc
/usr/bin/cc
and
~ which which
which='alias | ...