Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!rutgers!iuvax!pur-ee!j.cc.purdue.edu!ain From: ain@j.cc.purdue.edu (Pat-bob White) Newsgroups: comp.binaries.amiga Subject: Zoo 2.00 (docs) Keywords: Zoo, 2.00, docs Message-ID: <7902@j.cc.purdue.edu> Date: 4 Oct 88 00:00:27 GMT Organization: PUCC Land, USA Lines: 167 Approved: akl@j.cc.purdue.edu (Rob Tillotson) Submitted by: kim@amdahl.uts.amdahl.com (Kim DeVaughn) Summary: A file archiving and compression tool Poster Boy: Rob Tillotson (akl@j.cc.purdue.edu) Archive Name: binaries/amiga/volume8/zoo200.d.Z Tested NOTES: This posting consists of a few short docs, plus a two part uuencoded arc file. The full documentation is rather large, and is contained within the arc file with the binaries. ======================================== # This is a shell archive. # Remove everything above and including the cut line. # Then run the rest of the file through sh. #----cut here-----cut here-----cut here-----cut here----# #!/bin/sh # shar: Shell Archiver # Run the following text with /bin/sh to create: # Amiga.notes # changes # This archive created: Sat Oct 1 22:34:55 1988 # By: Rob Tillotson (Bored Students Anonymous) cat << \SHAR_EOF > Amiga.notes Notes on the Amiga version of Zoo. (2.00) Please see the file changes which should have been included with this distribution for a list of the changes from the previous version of AmigaZoo. AmigaZoo supports full-length AmigaDOS filenames and can archive and restore a directory structure. Note, for adding comments to an archive, the Amiga's eof character is a control \. Thanks to some suggestions from a single drive user, this release of AmigaZoo has two commands to try and make their life a little bit easier when using AmigaZoo. The first is a command line option to AmigaZoo that causes it to wait for the user to press return before doing any disk I/O. If a "w" is the first character in the command AmigaZoo will wait for return. (zoo wx zfile) The other is a program, included in this distribution, that sets the behavior of the system back to how it was before a cd command is issued. This should make single drive users a little less loath to use the cd command. The program is called 'uncd'. AmigaZoo can be used advantageously with a pipe device. Though I have yet to see a shell that allows them to be used effortlessly, I have heard that they exist and would appreciate pointers to a good one. One use of a pipe that comes to mind, is the use of a find program, to archive a directory tree. A find program by Rodney Lewis was posted to usenet that serves nicely for this. One way of using this with the current CLI is to have two CLI's and type into one of them "find >p:list -type f -name *.c -print" then type into the other window "zoo changes CHANGES Summary of Changes from Zoo version 1.71 to version 2.0. - Compression and decompression have been speed up. - New modifiers to the list commands permit several new output formats. - A comment may now be attached to the archive itself. - Extracted files will not overwrite newer existing files unless specifically requested. - Multiple generations of the same file are supported. - Zoo will now act as a pure compression or uncompression filter on a single input data stream. - The ability of Zoo to recover data from damaged archives is greatly improved. SHAR_EOF # End of shell archive exit 0