commands 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. #------------------------------------------------------------------------------
  2. # $File: commands,v 1.56 2016/07/14 19:01:12 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/wt #!\ /bin/sh POSIX shell script text executable
  7. !:mime text/x-shellscript
  8. 0 string/wb #!\ /bin/sh POSIX shell script executable (binary data)
  9. !:mime text/x-shellscript
  10. 0 string/wt #!\ /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/wt #!\ /bin/ksh Korn shell script text executable
  14. !:mime text/x-shellscript
  15. 0 string/wb #!\ /bin/ksh Korn shell script executable (binary data)
  16. !:mime text/x-shellscript
  17. 0 string/wt #!\ /bin/tcsh Tenex C shell script text executable
  18. !:mime text/x-shellscript
  19. 0 string/wt #!\ /usr/bin/tcsh Tenex C shell script text executable
  20. !:mime text/x-shellscript
  21. 0 string/wt #!\ /usr/local/tcsh Tenex C shell script text executable
  22. !:mime text/x-shellscript
  23. 0 string/wt #!\ /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/wt #!\ /bin/zsh Paul Falstad's zsh script text executable
  28. !:mime text/x-shellscript
  29. 0 string/wt #!\ /usr/bin/zsh Paul Falstad's zsh script text executable
  30. !:mime text/x-shellscript
  31. 0 string/wt #!\ /usr/local/bin/zsh Paul Falstad's zsh script text executable
  32. !:mime text/x-shellscript
  33. 0 string/wt #!\ /usr/local/bin/ash Neil Brown's ash script text executable
  34. !:mime text/x-shellscript
  35. 0 string/wt #!\ /usr/local/bin/ae Neil Brown's ae script text executable
  36. !:mime text/x-shellscript
  37. 0 string/wt #!\ /bin/nawk new awk script text executable
  38. !:mime text/x-nawk
  39. 0 string/wt #!\ /usr/bin/nawk new awk script text executable
  40. !:mime text/x-nawk
  41. 0 string/wt #!\ /usr/local/bin/nawk new awk script text executable
  42. !:mime text/x-nawk
  43. 0 string/wt #!\ /bin/gawk GNU awk script text executable
  44. !:mime text/x-gawk
  45. 0 string/wt #!\ /usr/bin/gawk GNU awk script text executable
  46. !:mime text/x-gawk
  47. 0 string/wt #!\ /usr/local/bin/gawk GNU awk script text executable
  48. !:mime text/x-gawk
  49. #
  50. 0 string/wt #!\ /bin/awk awk script text executable
  51. !:mime text/x-awk
  52. 0 string/wt #!\ /usr/bin/awk awk script text executable
  53. !:mime text/x-awk
  54. 0 regex/4096 =^\\s{0,100}BEGIN\\s{0,100}[{] awk or perl script text
  55. # AT&T Bell Labs' Plan 9 shell
  56. 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/wb #!\ /bin/bash Bourne-Again shell script executable (binary data)
  61. !:mime text/x-shellscript
  62. 0 string/wt #!\ /usr/bin/bash Bourne-Again shell script text executable
  63. !:mime text/x-shellscript
  64. 0 string/wb #!\ /usr/bin/bash Bourne-Again shell script executable (binary data)
  65. !:mime text/x-shellscript
  66. 0 string/wt #!\ /usr/local/bash Bourne-Again shell script text executable
  67. !:mime text/x-shellscript
  68. 0 string/wb #!\ /usr/local/bash Bourne-Again shell script executable (binary data)
  69. !:mime text/x-shellscript
  70. 0 string/wt #!\ /usr/local/bin/bash Bourne-Again shell script text executable
  71. !:mime text/x-shellscript
  72. 0 string/wb #!\ /usr/local/bin/bash Bourne-Again shell script executable (binary data)
  73. !:mime text/x-shellscript
  74. 0 string/wt #!\ /usr/bin/env\ bash Bourne-Again shell script text executable
  75. !:mime text/x-shellscript
  76. # PHP scripts
  77. # Ulf Harnhammar <ulfh@update.uu.se>
  78. 0 search/1/c =<?php PHP script text
  79. !:strength + 10
  80. !:mime text/x-php
  81. 0 search/1 =<?\n PHP script text
  82. !:mime text/x-php
  83. 0 search/1 =<?\r PHP script text
  84. !:mime text/x-php
  85. 0 search/1/w #!\ /usr/local/bin/php PHP script text executable
  86. !:strength + 10
  87. !:mime text/x-php
  88. 0 search/1/w #!\ /usr/bin/php PHP script text executable
  89. !:strength + 10
  90. !:mime text/x-php
  91. # Smarty compiled template, http://www.smarty.net/
  92. # Elan Ruusamae <glen@delfi.ee>
  93. 0 string =<?php
  94. >5 regex [\ \n]
  95. >>6 string /*\ Smarty\ version Smarty compiled template
  96. >>>24 regex [0-9.]+ \b, version %s
  97. !:mime text/x-php
  98. 0 string Zend\x00 PHP script Zend Optimizer data
  99. 0 string/t $! DCL command file
  100. # Type: Pdmenu
  101. # URL: http://packages.debian.org/pdmenu
  102. # From: Edward Betts <edward@debian.org>
  103. 0 string #!/usr/bin/pdmenu Pdmenu configuration file text
  104. # From Danny Weldon
  105. 0 string \x0b\x13\x08\x00
  106. >0x04 uleshort <4 ksh byte-code version %d