C shell script
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=Languages |subcat=Programming Languages |extensions={{ext|csh}}, {{noext}} |released=1978 }} A '''C shell script''' is a script interpreted by the '''...") |
|||
Line 6: | Line 6: | ||
}} | }} | ||
A '''C shell script''' is a script interpreted by the '''C shell''' ('''csh''') family of Unix shell programs. The C shell is an alternative to the [[Bourne shell script|Bourne shell]]. A notable C shell implementation is ''tcsh''. | A '''C shell script''' is a script interpreted by the '''C shell''' ('''csh''') family of Unix shell programs. The C shell is an alternative to the [[Bourne shell script|Bourne shell]]. A notable C shell implementation is ''tcsh''. | ||
+ | |||
+ | == Identification == | ||
+ | C shell scripts usually begin with "{{magic|#!/bin/csh}}" (see [[Shebang]]). | ||
== Software == | == Software == |
Latest revision as of 14:01, 12 September 2016
A C shell script is a script interpreted by the C shell (csh) family of Unix shell programs. The C shell is an alternative to the Bourne shell. A notable C shell implementation is tcsh.
[edit] Identification
C shell scripts usually begin with "#!/bin/csh
" (see Shebang).