commands 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  1. #------------------------------------------------------------------------------
  2. # $File: commands,v 1.82 2026/02/16 14:39:53 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. 0 string/fwt #!\ /bin/lua Lua script text executable
  64. !:mime text/x-lua
  65. 0 string/fwt #!\ /usr/bin/lua Lua script text executable
  66. !:mime text/x-lua
  67. 0 string/fwt #!\ /usr/bin/env\ lua Lua script text executable
  68. !:mime text/x-lua
  69. 0 string/fwt #!\ /bin/env\ lua Lua script text executable
  70. !:mime text/x-lua
  71. # AT&T Bell Labs' Plan 9 shell
  72. 0 string/fwt #!\ /bin/rc Plan 9 rc shell script text executable
  73. # bash shell magic, from Peter Tobias (tobias@server.et-inf.fho-emden.de)
  74. 0 string/fwt #!\ /bin/bash Bourne-Again shell script text executable
  75. !:mime text/x-shellscript
  76. 0 string/fwb #!\ /bin/bash Bourne-Again shell script executable (binary data)
  77. !:mime text/x-shellscript
  78. 0 string/fwt #!\ /usr/bin/bash Bourne-Again shell script text executable
  79. !:mime text/x-shellscript
  80. 0 string/fwb #!\ /usr/bin/bash Bourne-Again shell script executable (binary data)
  81. !:mime text/x-shellscript
  82. 0 string/fwt #!\ /usr/local/bash Bourne-Again shell script text executable
  83. !:mime text/x-shellscript
  84. 0 string/fwb #!\ /usr/local/bash Bourne-Again shell script executable (binary data)
  85. !:mime text/x-shellscript
  86. 0 string/fwt #!\ /usr/local/bin/bash Bourne-Again shell script text executable
  87. !:mime text/x-shellscript
  88. 0 string/fwb #!\ /usr/local/bin/bash Bourne-Again shell script executable (binary data)
  89. !:mime text/x-shellscript
  90. 0 string/fwt #!\ /usr/bin/env\ bash Bourne-Again shell script text executable
  91. !:mime text/x-shellscript
  92. 0 string/fwt #!\ /bin/env\ bash Bourne-Again shell script text executable
  93. !:mime text/x-shellscript
  94. 0 string/fwt #!\ /bin/dash Dash shell script text executable
  95. !:mime text/x-shellscript
  96. 0 string/fwt #!\ /usr/bin/dash Dash shell script text executable
  97. !:mime text/x-shellscript
  98. # Fish shell magic
  99. # From: Benjamin Lowry <ben@ben.gmbh>
  100. 0 string/fwt #!\ /usr/local/bin/fish fish shell script text executable
  101. !:mime text/x-shellscript
  102. 0 string/fwt #!\ /usr/bin/fish fish shell script text executable
  103. !:mime text/x-shellscript
  104. 0 string/fwt #!\ /usr/bin/env\ fish fish shell script text executable
  105. !:mime text/x-shellscript
  106. 0 search/1/fwt #!\ /usr/bin/tclsh Tcl/Tk script text executable
  107. !:mime text/x-tcl
  108. 0 search/1/fwt #!\ /usr/bin/texlua LuaTex script text executable
  109. !:mime text/x-luatex
  110. 0 search/1/fwt #!\ /usr/bin/env\ texlua LuaTex script text executable
  111. !:mime text/x-luatex
  112. 0 search/1/fwt #!\ /bin/env\ texlua LuaTex script text executable
  113. !:mime text/x-luatex
  114. 0 search/1/fwt #!\ /usr/bin/luatex LuaTex script text executable
  115. !:mime text/x-luatex
  116. 0 search/1/fwt #!\ /usr/bin/stap Systemtap script text executable
  117. !:mime text/x-systemtap
  118. 0 search/1/fwt #!\ /sbin/openrc-run OpenRC script text executable
  119. !:mime text/x-shellscript
  120. # From: Marc Chantreux <mc@unistra.fr>
  121. # [Raku](https://raku.org/) script
  122. 0 string/fwt #!\ /bin/raku Raku (http://raku.org) script
  123. !:mime text/x-raku
  124. 0 string/fwt #!\ /usr/bin/raku Raku (http://raku.org) script
  125. !:mime text/x-raku
  126. # From: Kylie McClain <kylie@somas.is>
  127. # Type: execline scripts
  128. # URL: https://skarnet.org/software/execline/
  129. 0 string/fwt #!\ /command/execlineb execline script text executable
  130. !:mime text/x-execline
  131. 0 string/fwt #!\ /bin/execlineb execline script text executable
  132. !:mime text/x-execline
  133. 0 string/fwt #!\ /usr/bin/execlineb execline script text executable
  134. !:mime text/x-execline
  135. 0 string/fwt #!\ /usr/bin/env\ execlineb execline script text executable
  136. !:mime text/x-execline
  137. 0 string #!
  138. >0 regex \^#!.*/bin/execlineb([[:space:]].*)*$ execline script text executable
  139. !:mime text/x-execline
  140. 0 string #!/nix/store/
  141. >&-11 string/T x a %s script text executable
  142. # PHP scripts
  143. # Ulf Harnhammar <ulfh@update.uu.se>
  144. 0 search/1/c =<?php PHP script text
  145. !:strength + 55
  146. !:mime text/x-php
  147. 0 search/1 =<?\n PHP script text
  148. !:mime text/x-php
  149. 0 search/1 =<?\r PHP script text
  150. !:mime text/x-php
  151. 0 search/1/w #!\ /usr/local/bin/php PHP script text executable
  152. !:strength + 55
  153. !:mime text/x-php
  154. 0 search/1/w #!\ /usr/bin/php PHP script text executable
  155. !:strength + 55
  156. !:mime text/x-php
  157. # Smarty compiled template, https://www.smarty.net/
  158. # Elan Ruusamae <glen@delfi.ee>
  159. 0 string =<?php
  160. >5 regex [\ \n]
  161. >>6 string /*\ Smarty\ version Smarty compiled template
  162. >>>24 regex [0-9.]+ \b, version %s
  163. !:mime text/x-php
  164. 0 string Zend\x00 PHP script Zend Optimizer data
  165. # From: Anatol Belski <ab@php.net>
  166. 0 string OPCACHE
  167. >7 ubyte 0 PHP opcache filecache data
  168. 0 search/64 --TEST--
  169. >16 search/64 --FILE--
  170. >24 search/8192 --EXPECT PHP core test
  171. !:ext phpt
  172. # https://www.php.net/manual/en/phar.fileformat.signature.php
  173. -4 string GBMB PHP phar archive
  174. >-8 ubyte 0x1 with MD5 signature
  175. !:ext phar
  176. >-8 ubyte 0x2 with SHA1 signature
  177. !:ext phar
  178. >-8 ubyte 0x3 with SHA256 signature
  179. !:ext phar
  180. >-8 ubyte 0x4 with SHA512 signature
  181. !:ext phar
  182. >-8 ubyte 0x10 with OpenSSL signature
  183. !:ext phar
  184. >-8 ubyte 0x11 with OpenSSL SHA256 signature
  185. !:ext phar
  186. >-8 ubyte 0x12 with OpenSSL SHA512 signature
  187. !:ext phar
  188. 0 string/t $! DCL command file
  189. # Type: Pdmenu
  190. # URL: https://packages.debian.org/pdmenu
  191. # From: Edward Betts <edward@debian.org>
  192. 0 string #!/usr/bin/pdmenu Pdmenu configuration file text
  193. # From Danny Weldon
  194. 0 string \x0b\x13\x08\x00
  195. >0x04 uleshort <4 ksh byte-code version %d
  196. # From: arno <arenevier@fdn.fr>
  197. # mozilla xpconnect typelib
  198. # see https://www.mozilla.org/scriptable/typelib_file.html
  199. 0 string XPCOM\nTypeLib\r\n\032 XPConnect Typelib
  200. >0x10 byte x version %d
  201. >>0x11 byte x \b.%d
  202. 0 string/fwt #!\ /usr/bin/env\ runghc GHC script executable
  203. 0 string/fwt #!\ /usr/bin/env\ runhaskell Haskell script executable
  204. 0 string/fwt #!\ /usr/bin/env\ julia Julia script executable