2 #------------------------------------------------------------------------------
3 # $File: commands,v 1.41 2011/05/02 12:36:41 christos Exp $
4 # commands: file(1) magic for various shells and interpreters
6 #0 string/w : shell archive or script for antique kernel text
7 0 string/wt #!\ /bin/sh POSIX shell script text executable
8 !:mime text/x-shellscript
9 0 string/wt #!\ /bin/csh C shell script text executable
10 !:mime text/x-shellscript
11 # korn shell magic, sent by George Wu, gwu@clyde.att.com
12 0 string/wt #!\ /bin/ksh Korn shell script text executable
13 !:mime text/x-shellscript
14 0 string/wt #!\ /bin/tcsh Tenex C shell script text executable
15 !:mime text/x-shellscript
16 0 string/wt #!\ /usr/bin/tcsh Tenex C shell script text executable
17 !:mime text/x-shellscript
18 0 string/wt #!\ /usr/local/tcsh Tenex C shell script text executable
19 !:mime text/x-shellscript
20 0 string/wt #!\ /usr/local/bin/tcsh Tenex C shell script text executable
21 !:mime text/x-shellscript
24 # zsh/ash/ae/nawk/gawk magic from cameron@cs.unsw.oz.au (Cameron Simpson)
25 0 string/wt #!\ /bin/zsh Paul Falstad's zsh script text executable
26 !:mime text/x-shellscript
27 0 string/wt #!\ /usr/bin/zsh Paul Falstad's zsh script text executable
28 !:mime text/x-shellscript
29 0 string/wt #!\ /usr/local/bin/zsh Paul Falstad's zsh script text executable
30 !:mime text/x-shellscript
31 0 string/wt #!\ /usr/local/bin/ash Neil Brown's ash script text executable
32 !:mime text/x-shellscript
33 0 string/wt #!\ /usr/local/bin/ae Neil Brown's ae script text executable
34 !:mime text/x-shellscript
35 0 string/wt #!\ /bin/nawk new awk script text executable
37 0 string/wt #!\ /usr/bin/nawk new awk script text executable
39 0 string/wt #!\ /usr/local/bin/nawk new awk script text executable
41 0 string/wt #!\ /bin/gawk GNU awk script text executable
43 0 string/wt #!\ /usr/bin/gawk GNU awk script text executable
45 0 string/wt #!\ /usr/local/bin/gawk GNU awk script text executable
48 0 string/wt #!\ /bin/awk awk script text executable
50 0 string/wt #!\ /usr/bin/awk awk script text executable
52 0 regex =^\\s*BEGIN\\s*[{] awk script text
54 # AT&T Bell Labs' Plan 9 shell
55 0 string/wt #!\ /bin/rc Plan 9 rc shell script text executable
57 # bash shell magic, from Peter Tobias (tobias@server.et-inf.fho-emden.de)
58 0 string/wt #!\ /bin/bash Bourne-Again shell script text executable
59 !:mime text/x-shellscript
60 0 string/wt #!\ /usr/bin/bash Bourne-Again shell script text executable
61 !:mime text/x-shellscript
62 0 string/wt #!\ /usr/local/bash Bourne-Again shell script text executable
63 !:mime text/x-shellscript
64 0 string/wt #!\ /usr/local/bin/bash Bourne-Again shell script text executable
65 !:mime text/x-shellscript
68 0 string/t #!/usr/bin/env a
69 >15 string/t >\0 %s script text executable
70 0 string/t #!\ /usr/bin/env a
71 >16 string/t >\0 %s script text executable
74 # Ulf Harnhammar <ulfh@update.uu.se>
75 0 search/1/c =<?php PHP script text
77 0 search/1 =<?\n PHP script text
79 0 search/1 =<?\r PHP script text
81 0 search/1/w #!\ /usr/local/bin/php PHP script text executable
83 0 search/1/w #!\ /usr/bin/php PHP script text executable
85 # Smarty compiled template, http://www.smarty.net/
86 # Elan Ruusamäe <glen@delfi.ee>
87 0 string =<?php\ /*\ Smarty\ version Smarty compiled template
88 >24 regex [0-9.]+ \b, version %s
91 0 string Zend\x00 PHP script Zend Optimizer data
93 0 string/t $! DCL command file
96 # URL: http://packages.debian.org/pdmenu
97 # From: Edward Betts <edward@debian.org>
98 0 string #!/usr/bin/pdmenu Pdmenu configuration file text