A file begins with
#!/bin/csh
. This means:
- Nothing, this is a comment
- C Shell compatibility mode is enabled
- The operator should not be using /bin/csh
- Running the script will invoke /bin/csh to interpret the rest of the file
- This is a Perl script
Please login or Register to submit your answer