SCRIPT(7) - Miscellaneous Information Manual
SCRIPT(7) - Miscellaneous Information Manual # SCRIPT(7) - Miscellaneous Information Manual NAME # script - interpreter script execution DESCRIPTION # The system is capable of treating a text file containing commands intended for an interpreter, such as sh(1) or awk(1), as an executable program. An “interpreter script” is a file which has been set executable (see chmod(2)) and which has a first line of the form: #! pathname [argument] ...