A happy new year!
I have understood traditional systems that parse #! Lines can only give
a single
argument to the interpreter being invoked by POSIX requirements.
But I feel the charm to write follows;

#! /usr/bin/env awk -f

rather then

#! /usr/local/bin/awk -f or #! /usr/bin/awk -f

The specification against POSIX requirements.
If I crick doing "env" hacking, are you able to create a new command?
For instance, the command named "exe" separates the argument of each
space interpreting #! line.
It is possible to write as follows:
#! /bin/exe awk -f

-- mac




_______________________________________________
Bug-coreutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to