Which command shows if /usr/bin is in the current shell search path?
cat PATH
echo $PATH
echo %PATH
cat $PATH
echo %PATH%
Submit