Using #!/usr/bin/env Name makes the shell search for the first match of
Name in the $PATH environment variable.
It can be useful if you aren’t aware of the absolute path or don’t want
to search for it.
Using #!/usr/bin/env Name makes the shell search for the first match of
Name in the $PATH environment variable.
It can be useful if you aren’t aware of the absolute path or don’t want
to search for it.