Is the Shebang #!
, e.g.
#!/bin/sh
in front of script executables officially standardized in the Linux Standard Base or in any of The Open Group standards or elsewhere? If yes, please provide references and details.
NOTE: I'm most interested in its meaning for shell scripts as well as for any executable file. In other words, do any of the standards require shebang-like interpretation of #!
at the beginning of executable files? However, any other references to it in the standards are also welcome.