commands 7.6 KB

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