Path: utzoo!attcan!uunet!lll-winken!ames!elroy!usc!csun!solaria!ecphssrw@io.csun.edu From: ecphssrw@io.csun.edu (Stephen Walton) Newsgroups: comp.sys.amiga Subject: Zoo problem (was: Re: A neat configuration for AmigaTeX...) Keywords: TeX zoo Message-ID: <709@solaria.csun.edu> Date: 12 May 89 02:22:46 GMT References: <8904300253.AA09616@jade.berkeley.edu> <11300@bloom-beacon.MIT.EDU> Sender: ecphssrw@solaria.csun.edu Reply-To: ecphssrw@io.csun.edu (Stephen Walton) Organization: California State Univ., Northridge Lines: 25 In-reply-to: cthulhu@athena.mit.edu (Jim Reich) In article <11300@bloom-beacon.MIT.EDU>, cthulhu@athena (Jim Reich) writes a neat solution for using AmigaTeX without a hard disk which I intend to use. He then says: >In article <8904300253.AA09616@jade.berkeley.edu> CRONEJP@UREGINA1.BITNET (Jonathan Crone) writes: >>I know that you can use ZOO to archive an entire directory >>heirarcy.... >No, as far as I can tell, zoo only supports one level of wildcarding You use the I (capital eye) switch to Zoo, which means to read the list of files to back up from standard input. Then, to your shell, you say: find "" -name * -print | zoo aI allfiles or, if you don't have a pipe shell handy: 1> run find >pipe:list "" -name * -print [CLI 2] 1> zoo