"Axel Liljencrantz"
<[EMAIL PROTECTED]> writes:
Hi Axel,
[...]
> These are all ugly warts, they are non-standard and offer no new
> functionality what so ever, and should never be used. I wish I could
> say that fish implements none of them, but I am weak and easily
> influenced, and went along
On 9/7/07, Beni Cherniavsky <[EMAIL PROTECTED]> wrote:
> "#!" is supported by the kernel. Support varies a between different
> unix kernels and unfortunately is quite crippled in most cases:
> * all(?) kernels require a full path! "#!/usr/bin/env perl" is the
> classic solution.
> * many only acc
"#!" is supported by the kernel. Support varies a between different
unix kernels and unfortunately is quite crippled in most cases:
* all(?) kernels require a full path! "#!/usr/bin/env perl" is the
classic solution.
* many only accept one option argument (meaning you can't do
"#!/usr/bin/env per