Updated to Ian Darwin's latest file command and magic database.
[unix-history] / usr.bin / file / magdir / commands
CommitLineData
286a6f32
C
1#
2# "Commands": stuff for various shells and interpreters.
3#
40 string :\ shell archive or commands for antique kernel text
50 string #!/bin/sh Bourne Shell script text
60 string #!\ /bin/sh Bourne Shell script text
70 string #!/bin/csh C Shell script text
80 string #!\ /bin/csh C Shell script text
9# korn shell magic, sent by George Wu, gwu@clyde.att.com
100 string #!/bin/ksh Korn Shell script text
110 string #!\ /bin/ksh Korn Shell script text
120 string #!/bin/tcsh Tenex C Shell script text
130 string #!\ /bin/tcsh Tenex C Shell script text
140 string #!/usr/local/tcsh Tenex C Shell script text
150 string #!\ /usr/local/tcsh Tenex C Shell script text
160 string #!/usr/local/bin/tcsh Tenex C Shell script text
170 string #!\ /usr/local/bin/tcsh Tenex C Shell script text
180 string #!/bin/awk Awk Commands text
190 string #!\ /bin/awk Awk Commands text
200 string #!\ / a
21>3 string >\0 %s script
220 string #!/ a
23>2 string >\0 %s script
240 string #!\ commands text
25>3 string >\0 for %s
26
27# For Larry Wall's perl language. The ``eval'' line recognizes an
28# outrageously clever hack for USG systems.
29# Keith Waclena <keith@cerberus.uchicago.edu>
300 string #!/bin/perl perl commands text
310 string #!\ /bin/perl perl commands text
320 string eval\ "exec\ /bin/perl perl commands text