in reply to Re: How do I use 'which' in the hash-bang line?
in thread How do I use 'which' in the hash-bang line?
Which takes one or more arguments. For each of its arguments it prints to stdout the full path of the executables that would have been executed when this argument had been entered at the shell prompt. It does this by searching for an executable or script in the directories listed in the environment variable PATH using the same algorithm as bash(1).
Update
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: How do I use 'which' in the hash-bang line?
by hippo (Archbishop) on Mar 15, 2018 at 18:19 UTC | |
by rizzo (Curate) on Mar 15, 2018 at 18:33 UTC |