home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / file39a.zip / src / Magdir / commands < prev    next >
Encoding:
Text File  |  1993-07-31  |  1.8 KB  |  46 lines

  1. #
  2. # "Commands": stuff 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/csh        C Shell script text
  8. 0    string        #!\ /bin/csh        C Shell script text
  9. # korn shell magic, sent by George Wu, gwu@clyde.att.com
  10. 0    string        #!/bin/ksh        Korn Shell script text
  11. 0    string        #!\ /bin/ksh        Korn Shell script text
  12. 0    string         #!/bin/tcsh        Tenex C Shell script text
  13. 0    string         #!\ /bin/tcsh        Tenex C Shell script text
  14. 0    string        #!/usr/local/tcsh    Tenex C Shell script text
  15. 0    string         #!\ /usr/local/tcsh    Tenex C Shell script text
  16. 0    string        #!/usr/local/bin/tcsh    Tenex C Shell script text
  17. 0    string        #!\ /usr/local/bin/tcsh    Tenex C Shell script text
  18. 0    string        #!/bin/zsh        Z Shell script text
  19. 0    string        #!\ /bin/zsh     Z Shell script text
  20. 0    string        #!/bin/awk        Awk commands text
  21. 0    string        #!\ /bin/awk     Awk commands text
  22. 0  string        #!/bin/nawk        new Awk commands text
  23. 0     string        #!\ /bin/nawk    new Awk commands text
  24. 0    string        #!/bin/gawk        GNU Awk commands text        
  25. 0    string        #!\ /bin/gawk    GNU Awk commands text        
  26. 0    string        #!\ /            a
  27. >3    string        >\0            %s script
  28. 0    string        #!/            a
  29. >2    string        >\0            %s script
  30. 0    string        #!\             commands text
  31. >3    string        >\0            for %s
  32.  
  33. # For Larry Wall's perl language.  The ``eval'' line recognizes an
  34. # outrageously clever hack for USG systems.
  35. #                Keith Waclena <keith@cerberus.uchicago.edu>
  36. 0    string        #!/bin/perl    perl commands text
  37. 0    string        #!\ /bin/perl    perl commands text
  38. 0    string        eval\ "exec\ /bin/perl    perl commands text
  39.  
  40. # OS/2 EXTPROC uses specified program to process script
  41. #
  42. 0  string        EXTPROC            OS/2 ExtProc commands text
  43. >8 string      >\0                for %s
  44. 0  string        extproc            OS/2 ExtProc commands text
  45. >8 string      >\0                for %s
  46.