Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!bloom-beacon!eru!luth!sunic!tut!vv77076 From: vv77076@tut.fi (Vanhatupa Vesa) Newsgroups: comp.sys.amiga Subject: Re: Archivers Message-ID: Date: 9 Nov 89 11:33:14 GMT References: <8911052127.AA03986@astro.psu.edu> <6297@merlin.usc.edu> <633@tau.sm.luth.se> <984@unsvax.NEVADA.EDU> <5859@ucdavis.ucdavis.edu> <987@unsvax.NEVADA.EDU> <6337@merlin.usc.edu> Sender: News@tut.fi Organization: Tampere Univ. of Technology, Finland. Lines: 35 In-reply-to: aliu@girtab.usc.edu's message of 8 Nov 89 07:26:19 GMT In article <6337@merlin.usc.edu> aliu@girtab.usc.edu (Terminal Entry) writes: >I have 2.01 running on Unix, (at least I think it is 2.01), and to >store whole directories I move to the top directory and send a: > >find * -print | zoo aI archivename > >'find' will output a list with all the paths, which gets piped to zoo. > >However, I haven't figured out how to do this on Amiga yet. Anyone knows of >a 'find' program for the Amiga? I'm running Cshell v3.03a. Any other way? > > aliu@nunki.usc.edu > Forwarded (MD) There is a very simple way to do it by using the ARP 1.3 "search" command. First you define alias for find: alias find search FILES ALL [] And now you can do like this: find . * | zoo aI archive[.zoo] or like this: find dh0:usr/src/foo/ * | zoo aI archive[.zoo] There is one thing I miss: Unix-like (tcsh) foreach command. Is there such program already? -- -- Vesa Vanhatupa, ! Internet: vv77076@tut.fi Tampere University of Technology, ! UUCP: vv77076@tut.uucp Finland ! Bitnet: vv77076@fintut.bitnet