home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 1 / 1249 / extens.bbs < prev    next >
File List  |  1990-12-28  |  869b  |  28 lines

  1. # Allows to assign a program for every extension you would like
  2. # to support for your system with the C)ontents * option
  3. #
  4. # A * in col 1 indicates a continuation line. The output of the
  5. # previous line will be piped into the continuation command.
  6. #
  7. # A # in col 1 indicates a comment line. The total line will be
  8. # ignored.
  9. #
  10. # Extensions start at column 1 and Commands start at column 11.
  11. #
  12. # Extens. Command
  13. .arc      /usr/local/bin/arc -v
  14. .ARC      /usr/local/bin/arc -v
  15. .tar      /usr/bin/tar -tvf
  16. .tar.Z    /bin/cat
  17. *         /usr/local/bin/uncompress
  18. *         /usr/bin/tar -tvf -
  19. .taz      /bin/cat
  20. *         /usr/local/bin/uncompress
  21. *         /usr/bin/tar -tvf -
  22. .zip      /usr/local/bin/unzip -v
  23. .ZIP      /usr/local/bin/unzip -v
  24. .zoo      /usr/local/bin/zoo v
  25. .ZOO      /usr/local/bin/zoo v
  26. .lzh      /usr/local/bin/lharc v
  27. .LZH      /usr/local/bin/lharc v
  28.