On Thu, 22 Sep 2011 at 15:34:31 +0200, Jérémy Lal wrote: > node-which finds the first instance of a specified executable > in the PATH environment variable.
How does this differ from: * the 'which' utility in debianutils (which is Essential: yes) * the 'which' builtin in shells that have copied it from csh (including zsh) * command -v, which exists on every POSIX system supporting the User Portability Utilities option, and in particular is a builtin in dash * command -V, a more verbose form of command -v, which exists on every POSIX system supporting the User Portability Utilities option, and in particular is a builtin in dash and how/when is it be better or more useful than those? S -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20110922143840.ga10...@reptile.pseudorandom.co.uk