home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / MM1 / SOUNDUTILS / mm1_tracker.lzh / TRACKER4.6 / compression.methods < prev    next >
Text File  |  1994-12-07  |  401b  |  20 lines

  1. # Unix compression table
  2. .czip    unczip %s
  3. .gz      gzip -dc %s
  4. # in case gzip is fully installed
  5. .z       gzip -dc %s
  6. # else
  7. #.Z      zcat %s
  8. .s       shorten -x %s -
  9. .shn     shorten -x %s -
  10. .zoo     zoo xpq %s
  11. # for the amiga
  12. #.lzh    lha -q p "%s"
  13. #.lha    lha -q p "%s"
  14. # unix
  15. .lzh     lha pq %s
  16. .lha     lha pq %s
  17. .zip     unzip -pq %s
  18. .arc     arc pn %s
  19. .net  /users/algo/espie/bin/readnet %s
  20.