|
It constitutes a magic number. UNIX can interpret the magic number for a lot of files, and then behave accordingly.
#!/bin/ksh
loads the ksh shell for the duration of the script - the script file becomes stdin.
look for /usr/include/magic.h and /usr/include/sys/magic.h for more information. man magic or info magic may also help.
|