bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Should this be this way?


From: Greg Wooledge
Subject: Re: Should this be this way?
Date: Tue, 26 Feb 2013 15:50:24 -0500
User-agent: Mutt/1.4.2.3i

POSIX specifies the behavior of a shell.  This tells Chet how he has to
make Bash behave (with some leeway).  There are all kinds of silly little
details and ambiguities that Chet has to worry about.

However, YOU as a shell script writer do not have to worry about all
that crap.  All you have to do is put the proper shebang line in your
script, and then -- like magic! -- your script will be executed using
the interpreter you specified.

End of problem.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]