commands 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. #------------------------------------------------------------------------------
  2. # commands: file(1) magic for various shells and interpreters
  3. #
  4. 0 string :\ shell archive or commands for antique kernel text
  5. 0 string #!/bin/sh Bourne shell script text
  6. 0 string #!\ /bin/sh Bourne shell script text
  7. 0 string #!\ /bin/sh Bourne shell script text
  8. 0 string #!/bin/csh C shell script text
  9. 0 string #!\ /bin/csh C shell script text
  10. 0 string #!\ /bin/csh C shell script text
  11. # korn shell magic, sent by George Wu, gwu@clyde.att.com
  12. 0 string #!/bin/ksh Korn shell script text
  13. 0 string #!\ /bin/ksh Korn shell script text
  14. 0 string #!\ /bin/ksh Korn shell script text
  15. 0 string #!/bin/tcsh Tenex C shell script text
  16. 0 string #!\ /bin/tcsh Tenex C shell script text
  17. 0 string #!\ /bin/tcsh Tenex C shell script text
  18. 0 string #!/usr/local/tcsh Tenex C shell script text
  19. 0 string #!\ /usr/local/tcsh Tenex C shell script text
  20. 0 string #!/usr/local/bin/tcsh Tenex C shell script text
  21. 0 string #!\ /usr/local/bin/tcsh Tenex C shell script text
  22. 0 string #!\ /usr/local/bin/tcsh Tenex C shell script text
  23. #
  24. # zsh/ash/ae/nawk/gawk magic from cameron@cs.unsw.oz.au (Cameron Simpson)
  25. 0 string #!/usr/local/bin/zsh Paul Falstad's zsh
  26. 0 string #!\ /usr/local/bin/zsh Paul Falstad's zsh
  27. 0 string #!\ /usr/local/bin/zsh Paul Falstad's zsh
  28. 0 string #!/usr/local/bin/ash Neil Brown's ash
  29. 0 string #!\ /usr/local/bin/ash Neil Brown's ash
  30. 0 string #!\ /usr/local/bin/ash Neil Brown's ash
  31. 0 string #!/usr/local/bin/ae Neil Brown's ae
  32. 0 string #!\ /usr/local/bin/ae Neil Brown's ae
  33. 0 string #!\ /usr/local/bin/ae Neil Brown's ae
  34. 0 string #!/bin/nawk new awk script text
  35. 0 string #!\ /bin/nawk new awk script text
  36. 0 string #!\ /bin/nawk new awk script text
  37. 0 string #!/usr/bin/nawk new awk script text
  38. 0 string #!\ /usr/bin/nawk new awk script text
  39. 0 string #!\ /usr/bin/nawk new awk script text
  40. 0 string #!/usr/local/bin/nawk new awk script text
  41. 0 string #!\ /usr/local/bin/nawk new awk script text
  42. 0 string #!\ /usr/local/bin/nawk new awk script text
  43. 0 string #!/bin/gawk GNU awk script text
  44. 0 string #!\ /bin/gawk GNU awk script text
  45. 0 string #!\ /bin/gawk GNU awk script text
  46. 0 string #!/usr/bin/gawk GNU awk script text
  47. 0 string #!\ /usr/bin/gawk GNU awk script text
  48. 0 string #!\ /usr/bin/gawk GNU awk script text
  49. 0 string #!/usr/local/bin/gawk GNU awk script text
  50. 0 string #!\ /usr/local/bin/gawk GNU awk script text
  51. 0 string #!\ /usr/local/bin/gawk GNU awk script text
  52. #
  53. 0 string #!/bin/awk awk commands text
  54. 0 string #!\ /bin/awk awk commands text
  55. 0 string #!\ /bin/awk awk commands text
  56. 0 string #!/usr/bin/awk awk commands text
  57. 0 string #!\ /usr/bin/awk awk commands text
  58. 0 string #!\ /usr/bin/awk awk commands text
  59. 0 string BEGIN awk commands text
  60. # For Larry Wall's perl language. The ``eval'' line recognizes an
  61. # outrageously clever hack for USG systems.
  62. # Keith Waclena <keith@cerberus.uchicago.edu>
  63. 0 string #!/bin/perl perl commands text
  64. 0 string #!\ /bin/perl perl commands text
  65. 0 string #!\ /bin/perl perl commands text
  66. 0 string eval\ "exec\ /bin/perl perl commands text
  67. 0 string #!/usr/bin/perl perl commands text
  68. 0 string #!\ /usr/bin/perl perl commands text
  69. 0 string #!\ /usr/bin/perl perl commands text
  70. 0 string eval\ "exec\ /usr/bin/perl perl commands text
  71. 0 string #!/usr/local/bin/perl perl commands text
  72. 0 string #!\ /usr/local/bin/perl perl commands text
  73. 0 string #!\ /usr/local/bin/perl perl commands text
  74. 0 string eval\ "exec\ /usr/local/bin/perl perl commands text
  75. # AT&T Bell Labs' Plan 9 shell
  76. 0 string #!/bin/rc Plan 9 rc shell script text
  77. 0 string #!\ /bin/rc Plan 9 rc shell script text
  78. 0 string #!\ /bin/rc Plan 9 rc shell script text
  79. # bash shell magic, from Peter Tobias (tobias@server.et-inf.fho-emden.de)
  80. 0 string #!/bin/bash Bourne-Again shell script text
  81. 0 string #!\ /bin/bash Bourne-Again shell script text
  82. 0 string #!\ /bin/bash Bourne-Again shell script text
  83. 0 string #!/usr/local/bin/bash Bourne-Again shell script text
  84. 0 string #!\ /usr/local/bin/bash Bourne-Again shell script text
  85. 0 string #!\ /usr/local/bin/bash Bourne-Again shell script text
  86. # generic shell magic
  87. 0 string #!\ / a
  88. >3 string >\0 %s script text
  89. 0 string #!\ / a
  90. >3 string >\0 %s script text
  91. 0 string #!/ a
  92. >2 string >\0 %s script text
  93. 0 string #!\ commands text
  94. >3 string >\0 for %s