A shell script is a computer program designed to be run by the Unix shell command-line interpreter.
File Extensions
...
Object Type Identification
- Files with extensions .sh, .pl are included regardless of location
- Files with no extension but in scripts folder (or folder specified by are also
...
- included.
File Extensions
Name | Description |
---|---|
.sh | Shell script |
.pl | Perl script |
...