home *** CD-ROM | disk | FTP | other *** search
File List | 1990-12-28 | 869 b | 28 lines |
- # Allows to assign a program for every extension you would like
- # to support for your system with the C)ontents * option
- #
- # A * in col 1 indicates a continuation line. The output of the
- # previous line will be piped into the continuation command.
- #
- # A # in col 1 indicates a comment line. The total line will be
- # ignored.
- #
- # Extensions start at column 1 and Commands start at column 11.
- #
- # Extens. Command
- .arc /usr/local/bin/arc -v
- .ARC /usr/local/bin/arc -v
- .tar /usr/bin/tar -tvf
- .tar.Z /bin/cat
- * /usr/local/bin/uncompress
- * /usr/bin/tar -tvf -
- .taz /bin/cat
- * /usr/local/bin/uncompress
- * /usr/bin/tar -tvf -
- .zip /usr/local/bin/unzip -v
- .ZIP /usr/local/bin/unzip -v
- .zoo /usr/local/bin/zoo v
- .ZOO /usr/local/bin/zoo v
- .lzh /usr/local/bin/lharc v
- .LZH /usr/local/bin/lharc v
-