home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / unix / shell / 5102 < prev    next >
Encoding:
Internet Message Format  |  1992-12-17  |  1.2 KB

  1. Xref: sparky comp.unix.shell:5102 comp.lang.perl:7497
  2. Path: sparky!uunet!gumby!wmichgw!873clifton
  3. From: 873clifton@gw.wmich.edu
  4. Newsgroups: comp.unix.shell,comp.lang.perl
  5. Subject: Universal Archive Wrapper?
  6. Message-ID: <1992Dec17.154839.7025@gw.wmich.edu>
  7. Date: 17 Dec 92 15:48:39 EST
  8. Organization: Western Michigan University
  9. Lines: 28
  10.  
  11. Hello netters.
  12.  
  13. I spend alot of time working with file archives of different types (zip,zoo,
  14. lzh,arj,etc.). Now I thought a good idea would be to write a shell or perl
  15. script to give me a universal interface to all these types, relieving me
  16. of the need to remember the syntax of each. This `universal archive wrapper'
  17. would take the following arguments:
  18.  
  19.     > uaw [option] archivefile [file...]
  20.  
  21. where [option] would be one of a standard set:
  22.  
  23.     -d    delete file in archive
  24.     -l    list the contents of the archive
  25.     -a    add file to archive
  26.     -m    move file into archive
  27.     -p    print file in archive to stdout
  28.  
  29.     ...
  30.  
  31. Now before working on this wrapper and in the spirit of avoinding reinvention
  32. of the wheel, I was wondering whether anyone as already tackled this problem.
  33.  
  34. Thanks, followup if sufficient interest, else Email to:
  35.  
  36.     99clifto@lab.cc.wmich.edu
  37.  
  38. /Doug
  39.