Re: [PATCH] Linux 2.6: shebang handling in fs/binfmt_script.c

From: Paul Jackson
Date: Mon Feb 23 2004 - 16:56:32 EST


Hansjoerg wrote:
> But what about
> #!/usr/bin/awk --posix -f

What I would actually code, in this case, and as I just noted a minute
ago in a parallel rely, would be:

#!/bin/sh
awk --posix -f '
...
'

I basically never put awk in the shebang line. Rather I invoke it on
quoted scripts inside of a shell script. This habit has served me well
for some 25 years now, on a variety of systems.

--
I won't rest till it's the best ...
Programmer, Linux Scalability
Paul Jackson <pj@xxxxxxx> 1.650.933.1373
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/