commands 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. #------------------------------------------------------------------------------
  2. # $File: commands,v 1.66 2021/07/03 13:50:29 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. 0 string/fwt #!\ /bin/csh C shell script text executable
  11. !:mime text/x-shellscript
  12. # korn shell magic, sent by George Wu, gwu@clyde.att.com
  13. 0 string/fwt #!\ /bin/ksh Korn shell script text executable
  14. !:mime text/x-shellscript
  15. 0 string/fwb #!\ /bin/ksh Korn shell script executable (binary data)
  16. !:mime text/x-shellscript
  17. 0 string/fwt #!\ /bin/tcsh Tenex C shell script text executable
  18. !:mime text/x-shellscript
  19. 0 string/fwt #!\ /usr/bin/tcsh Tenex C shell script text executable
  20. !:mime text/x-shellscript
  21. 0 string/fwt #!\ /usr/local/tcsh Tenex C shell script text executable
  22. !:mime text/x-shellscript
  23. 0 string/fwt #!\ /usr/local/bin/tcsh Tenex C shell script text executable
  24. !:mime text/x-shellscript
  25. #
  26. # zsh/ash/ae/nawk/gawk magic from cameron@cs.unsw.oz.au (Cameron Simpson)
  27. 0 string/fwt #!\ /bin/zsh Paul Falstad's zsh script text executable
  28. !:mime text/x-shellscript
  29. 0 string/fwt #!\ /usr/bin/zsh Paul Falstad's zsh script text executable
  30. !:mime text/x-shellscript
  31. 0 string/fwt #!\ /usr/local/bin/zsh Paul Falstad's zsh script text executable
  32. !:mime text/x-shellscript
  33. 0 search/1 #!/usr/bin/env\ zsh Paul Falstad's zsh script text executable
  34. !:mime text/x-shellscript
  35. 0 string/fwt #!\ /bin/ash Neil Brown's ash script text executable
  36. !:mime text/x-shellscript
  37. 0 string/fwt #!\ /usr/bin/ash Neil Brown's ash script text executable
  38. !:mime text/x-shellscript
  39. 0 string/fwt #!\ /usr/local/bin/ash Neil Brown's ash script text executable
  40. !:mime text/x-shellscript
  41. 0 string/fwt #!\ /usr/local/bin/ae Neil Brown's ae script text executable
  42. !:mime text/x-shellscript
  43. 0 string/fwt #!\ /bin/nawk new awk script text executable
  44. !:mime text/x-nawk
  45. 0 string/fwt #!\ /usr/bin/nawk new awk script text executable
  46. !:mime text/x-nawk
  47. 0 string/fwt #!\ /usr/local/bin/nawk new awk script text executable
  48. !:mime text/x-nawk
  49. 0 string/fwt #!\ /bin/gawk GNU awk script text executable
  50. !:mime text/x-gawk
  51. 0 string/wt #!\ /usr/bin/gawk GNU awk script text executable
  52. !:mime text/x-gawk
  53. 0 string/fwt #!\ /usr/local/bin/gawk GNU awk script text executable
  54. !:mime text/x-gawk
  55. #
  56. 0 string/fwt #!\ /bin/awk awk script text executable
  57. !:mime text/x-awk
  58. 0 string/fwt #!\ /usr/bin/awk awk script text executable
  59. !:mime text/x-awk
  60. 0 regex/4096 =^[\040\t\f\r\n]{0,100}BEGIN[\040\t\f\r\n]{0,100}[{] awk or perl script text
  61. # AT&T Bell Labs' Plan 9 shell
  62. 0 string/fwt #!\ /bin/rc Plan 9 rc shell script text executable
  63. # bash shell magic, from Peter Tobias (tobias@server.et-inf.fho-emden.de)
  64. 0 string/fwt #!\ /bin/bash Bourne-Again shell script text executable
  65. !:mime text/x-shellscript
  66. 0 string/fwb #!\ /bin/bash Bourne-Again shell script executable (binary data)
  67. !:mime text/x-shellscript
  68. 0 string/fwt #!\ /usr/bin/bash Bourne-Again shell script text executable
  69. !:mime text/x-shellscript
  70. 0 string/fwb #!\ /usr/bin/bash Bourne-Again shell script executable (binary data)
  71. !:mime text/x-shellscript
  72. 0 string/fwt #!\ /usr/local/bash Bourne-Again shell script text executable
  73. !:mime text/x-shellscript
  74. 0 string/fwb #!\ /usr/local/bash Bourne-Again shell script executable (binary data)
  75. !:mime text/x-shellscript
  76. 0 string/fwt #!\ /usr/local/bin/bash Bourne-Again shell script text executable
  77. !:mime text/x-shellscript
  78. 0 string/fwb #!\ /usr/local/bin/bash Bourne-Again shell script executable (binary data)
  79. !:mime text/x-shellscript
  80. 0 string/fwt #!\ /usr/bin/env\ bash Bourne-Again shell script text executable
  81. !:mime text/x-shellscript
  82. # Fish shell magic
  83. # From: Benjamin Lowry <ben@ben.gmbh>
  84. 0 string/fwt #!\ /usr/local/bin/fish fish shell script text executable
  85. !:mime text/x-shellscript
  86. 0 string/fwt #!\ /usr/bin/fish fish shell script text executable
  87. !:mime text/x-shellscript
  88. 0 string/fwt #!\ /usr/bin/env\ fish fish shell script text executable
  89. !:mime text/x-shellscript
  90. 0 string/wt #!\ a
  91. >&-1 string x %s script text executable
  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. 0 string/t $! DCL command file
  138. # Type: Pdmenu
  139. # URL: https://packages.debian.org/pdmenu
  140. # From: Edward Betts <edward@debian.org>
  141. 0 string #!/usr/bin/pdmenu Pdmenu configuration file text
  142. # From Danny Weldon
  143. 0 string \x0b\x13\x08\x00
  144. >0x04 uleshort <4 ksh byte-code version %d