Even more fun:

,----[ mksh ]
| __> msh
| __> type -p which
| which is /bin/which
| __> type which
| which is /bin/which
| __> command -v which
| /bin/which
`----

,----[ ksh ]
| __> ksh
| __> type -p which
| which is /bin/which
| __> type which
| which is a tracked alias for /bin/which
| __> command -v which
| /bin/which
`----

,----[ pdksh ]
| __> pdksh
| __> type -p which
| which is /bin/which
| __> type which
| which is /bin/which
| __> command -v which
| /bin/which
`----

,----[ busybox sh ]
| __> busybox sh
| __> type -p which
| -p: not found
| which is which
| __> type which
| which is which
| __> command -v which
| which
`----


Cheers,
-- 
Atomo64 - Raphael

Please avoid sending me Word, PowerPoint or Excel attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to