commands 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  1. #------------------------------------------------------------------------------
  2. # $File: commands,v 1.73 2022/11/06 18:39:23 christos Exp $
  3. # commands: file(1) magic for various shells and interpreters
  4. #
  5. #0 string/w : shell archive or script for antique kernel text
  6. 0 string/fwt #!\ /bin/sh POSIX shell script text executable
  7. !:mime text/x-shellscript
  8. 0 string/fwb #!\ /bin/sh POSIX shell script executable (binary data)
  9. !:mime text/x-shellscript
  10. >10 string #\040This\040script\040was\040generated\040using\040Makeself \b, self-executable archive
  11. >>53 string x \b, Makeself %s
  12. 0 string/fwt #!\ /bin/csh C shell script text executable
  13. !:mime text/x-shellscript
  14. # korn shell magic, sent by George Wu, gwu@clyde.att.com
  15. 0 string/fwt #!\ /bin/ksh Korn shell script text executable
  16. !:mime text/x-shellscript
  17. 0 string/fwb #!\ /bin/ksh Korn shell script executable (binary data)
  18. !:mime text/x-shellscript
  19. 0 string/fwt #!\ /bin/tcsh Tenex C shell script text executable
  20. !:mime text/x-shellscript
  21. 0 string/fwt #!\ /usr/bin/tcsh Tenex C shell script text executable
  22. !:mime text/x-shellscript
  23. 0 string/fwt #!\ /usr/local/tcsh Tenex C shell script text executable
  24. !:mime text/x-shellscript
  25. 0 string/fwt #!\ /usr/local/bin/tcsh Tenex C shell script text executable
  26. !:mime text/x-shellscript
  27. #
  28. # zsh/ash/ae/nawk/gawk magic from cameron@cs.unsw.oz.au (Cameron Simpson)
  29. 0 string/fwt #!\ /bin/zsh Paul Falstad's zsh script text executable
  30. !:mime text/x-shellscript
  31. 0 string/fwt #!\ /usr/bin/zsh Paul Falstad's zsh script text executable
  32. !:mime text/x-shellscript
  33. 0 string/fwt #!\ /usr/local/bin/zsh Paul Falstad's zsh script text executable
  34. !:mime text/x-shellscript
  35. 0 string/fwt #!\ /usr/bin/env\ zsh Paul Falstad's zsh script text executable
  36. !:mime text/x-shellscript
  37. 0 string/fwt #!\ /bin/ash Neil Brown's ash script text executable
  38. !:mime text/x-shellscript
  39. 0 string/fwt #!\ /usr/bin/ash Neil Brown's ash script text executable
  40. !:mime text/x-shellscript
  41. 0 string/fwt #!\ /usr/local/bin/ash Neil Brown's ash script text executable
  42. !:mime text/x-shellscript
  43. 0 string/fwt #!\ /usr/local/bin/ae Neil Brown's ae script text executable
  44. !:mime text/x-shellscript
  45. 0 string/fwt #!\ /bin/nawk new awk script text executable
  46. !:mime text/x-nawk
  47. 0 string/fwt #!\ /usr/bin/nawk new awk script text executable
  48. !:mime text/x-nawk
  49. 0 string/fwt #!\ /usr/local/bin/nawk new awk script text executable
  50. !:mime text/x-nawk
  51. 0 string/fwt #!\ /bin/gawk GNU awk script text executable
  52. !:mime text/x-gawk
  53. 0 string/wt #!\ /usr/bin/gawk GNU awk script text executable
  54. !:mime text/x-gawk
  55. 0 string/fwt #!\ /usr/local/bin/gawk GNU awk script text executable
  56. !:mime text/x-gawk
  57. #
  58. 0 string/fwt #!\ /bin/awk awk script text executable
  59. !:mime text/x-awk
  60. 0 string/fwt #!\ /usr/bin/awk awk script text executable
  61. !:mime text/x-awk
  62. 0 regex/4096 =^[\040\t\f\r\n]{0,100}BEGIN[\040\t\f\r\n]{0,100}[{] awk or perl script text
  63. # AT&T Bell Labs' Plan 9 shell
  64. 0 string/fwt #!\ /bin/rc Plan 9 rc shell script text executable
  65. # bash shell magic, from Peter Tobias (tobias@server.et-inf.fho-emden.de)
  66. 0 string/fwt #!\ /bin/bash Bourne-Again shell script text executable
  67. !:mime text/x-shellscript
  68. 0 string/fwb #!\ /bin/bash Bourne-Again shell script executable (binary data)
  69. !:mime text/x-shellscript
  70. 0 string/fwt #!\ /usr/bin/bash Bourne-Again shell script text executable
  71. !:mime text/x-shellscript
  72. 0 string/fwb #!\ /usr/bin/bash Bourne-Again shell script executable (binary data)
  73. !:mime text/x-shellscript
  74. 0 string/fwt #!\ /usr/local/bash Bourne-Again shell script text executable
  75. !:mime text/x-shellscript
  76. 0 string/fwb #!\ /usr/local/bash Bourne-Again shell script executable (binary data)
  77. !:mime text/x-shellscript
  78. 0 string/fwt #!\ /usr/local/bin/bash Bourne-Again shell script text executable
  79. !:mime text/x-shellscript
  80. 0 string/fwb #!\ /usr/local/bin/bash Bourne-Again shell script executable (binary data)
  81. !:mime text/x-shellscript
  82. 0 string/fwt #!\ /usr/bin/env\ bash Bourne-Again shell script text executable
  83. !:mime text/x-shellscript
  84. # Fish shell magic
  85. # From: Benjamin Lowry <ben@ben.gmbh>
  86. 0 string/fwt #!\ /usr/local/bin/fish fish shell script text executable
  87. !:mime text/x-shellscript
  88. 0 string/fwt #!\ /usr/bin/fish fish shell script text executable
  89. !:mime text/x-shellscript
  90. 0 string/fwt #!\ /usr/bin/env\ fish fish shell script text executable
  91. !:mime text/x-shellscript
  92. 0 search/1/fwt #!\ /usr/bin/tclsh Tcl/Tk script text executable
  93. !:mime text/x-tcl
  94. 0 search/1/fwt #!\ /usr/bin/texlua LuaTex script text executable
  95. !:mime text/x-luatex
  96. 0 search/1/fwt #!\ /usr/bin/luatex LuaTex script text executable
  97. !:mime text/x-luatex
  98. 0 search/1/fwt #!\ /usr/bin/stap Systemtap script text executable
  99. !:mime text/x-systemtap
  100. # From: Kylie McClain <kylie@somas.is>
  101. # Type: execline scripts
  102. # URL: https://skarnet.org/software/execline/
  103. 0 string/fwt #!\ /command/execlineb execline script text executable
  104. !:mime text/x-execline
  105. 0 string/fwt #!\ /bin/execlineb execline script text executable
  106. !:mime text/x-execline
  107. 0 string/fwt #!\ /usr/bin/execlineb execline script text executable
  108. !:mime text/x-execline
  109. 0 string/fwt #!\ /usr/bin/env\ execlineb execline script text executable
  110. !:mime text/x-execline
  111. 0 string #!
  112. >0 regex \^#!.*/bin/execlineb([[:space:]].*)*$ execline script text executable
  113. !:mime text/x-execline
  114. # PHP scripts
  115. # Ulf Harnhammar <ulfh@update.uu.se>
  116. 0 search/1/c =<?php PHP script text
  117. !:strength + 30
  118. !:mime text/x-php
  119. 0 search/1 =<?\n PHP script text
  120. !:mime text/x-php
  121. 0 search/1 =<?\r PHP script text
  122. !:mime text/x-php
  123. 0 search/1/w #!\ /usr/local/bin/php PHP script text executable
  124. !:strength + 10
  125. !:mime text/x-php
  126. 0 search/1/w #!\ /usr/bin/php PHP script text executable
  127. !:strength + 10
  128. !:mime text/x-php
  129. # Smarty compiled template, https://www.smarty.net/
  130. # Elan Ruusamae <glen@delfi.ee>
  131. 0 string =<?php
  132. >5 regex [\ \n]
  133. >>6 string /*\ Smarty\ version Smarty compiled template
  134. >>>24 regex [0-9.]+ \b, version %s
  135. !:mime text/x-php
  136. 0 string Zend\x00 PHP script Zend Optimizer data
  137. # From: Anatol Belski <ab@php.net>
  138. 0 string OPCACHE
  139. >7 ubyte 0 PHP opcache filecache data
  140. 0 search/64 --TEST--
  141. >16 search/64 --FILE--
  142. >24 search/8192 --EXPECT PHP core test
  143. !:ext phpt
  144. # https://www.php.net/manual/en/phar.fileformat.signature.php
  145. -4 string GBMB PHP phar archive
  146. >-8 ubyte 0x1 with MD5 signature
  147. !:ext phar
  148. >-8 ubyte 0x2 with SHA1 signature
  149. !:ext phar
  150. >-8 ubyte 0x3 with SHA256 signature
  151. !:ext phar
  152. >-8 ubyte 0x4 with SHA512 signature
  153. !:ext phar
  154. >-8 ubyte 0x10 with OpenSSL signature
  155. !:ext phar
  156. >-8 ubyte 0x11 with OpenSSL SHA256 signature
  157. !:ext phar
  158. >-8 ubyte 0x12 with OpenSSL SHA512 signature
  159. !:ext phar
  160. 0 string/t $! DCL command file
  161. # Type: Pdmenu
  162. # URL: https://packages.debian.org/pdmenu
  163. # From: Edward Betts <edward@debian.org>
  164. 0 string #!/usr/bin/pdmenu Pdmenu configuration file text
  165. # From Danny Weldon
  166. 0 string \x0b\x13\x08\x00
  167. >0x04 uleshort <4 ksh byte-code version %d
  168. # From: arno <arenevier@fdn.fr>
  169. # mozilla xpconnect typelib
  170. # see https://www.mozilla.org/scriptable/typelib_file.html
  171. 0 string XPCOM\nTypeLib\r\n\032 XPConnect Typelib
  172. >0x10 byte x version %d
  173. >>0x11 byte x \b.%d
  174. 0 string/fwt #!\ /usr/bin/env\ runghc GHC script executable
  175. 0 string/fwt #!\ /usr/bin/env\ runhaskell Haskell script executable
  176. 0 string/fwt #!\ /usr/bin/env\ julia Julia script executable