Skip to content

Instantly share code, notes, and snippets.

@Ch00k
Created August 23, 2013 10:15
Show Gist options
  • Select an option

  • Save Ch00k/6317713 to your computer and use it in GitHub Desktop.

Select an option

Save Ch00k/6317713 to your computer and use it in GitHub Desktop.
Solaris 10
sol@unknown:~$ which --skip-alias --skip-functions which; echo $?
no --skip-alias in /opt/csw/bin /usr/bin /bin /export/home/sol/.rvm/bin
no --skip-functions in /opt/csw/bin /usr/bin /bin /export/home/sol/.rvm/bin
/usr/bin/which
0
Solaris 11
root@solaris:~# which --skip-alias --skip-functions which; echo $?
no --skip-alias in /opt/csw/bin /usr/bin /usr/sbin
no --skip-functions in /opt/csw/bin /usr/bin /usr/sbin
/usr/bin/which
1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment