From: Ian Darwin Date: Tue, 16 Feb 1988 09:24:18 +0000 (+0000) Subject: Incorporate (and sanitize) ksh stuff from George Wu. X-Git-Tag: FILE3_27~340 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0ffd26a9a2ff1e4ff415e949e0b749858161a689;p=file Incorporate (and sanitize) ksh stuff from George Wu. --- diff --git a/magic/Magdir/commands b/magic/Magdir/commands index 5218f28a..e865face 100644 --- a/magic/Magdir/commands +++ b/magic/Magdir/commands @@ -1,13 +1,18 @@ +# "Commands": stuff for various shells and interpreters. 0 string #!\ /bin/sh commands text 0 string #!/bin/sh commands text 0 string #!\ /bin/csh C shell commands text 0 string #!/bin/csh C shell commands text +# korn shell magic, sent by George Wu, gwu@clyde.att.com +0 string #!\ /bin/ksh Korn shell text +0 string #!/bin/ksh Korn shell text 0 string #!\ /bin/awk awk commands text 0 string #!/bin/awk awk commands text 0 string #!\ / some kinda commands text 0 string #!/ some kinda commands text 0 string #!\ commands text >3 string >\0 for %s + # An "antique" kernel is either unmodified early V7, # without DMR's 1979 mod for #!, or any kernel # derived from a pre-v7 kernel (i.e., System V)