Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!pollux.usc.edu!addison From: addison@pollux.usc.edu (Richard Addison) Newsgroups: comp.sys.amiga.tech Subject: Re: Wildcards (+ZOO) Message-ID: <23494@usc.edu> Date: 14 Mar 90 21:23:45 GMT References: <1213@lpami.wimsey.bc.ca> <13664@nigel.udel.EDU> <1414@watserv1.waterloo.edu> <13677@nigel.udel.EDU> <5383@sugar.hackercorp.com> <10142@cbmvax.commodore.com> Sender: news@usc.edu Organization: University of Southern California, Los Angeles, CA Lines: 23 In article <10142@cbmvax.commodore.com> daveh@cbmvax (Dave Haynie) writes: >or the command doesn't have built-in expansion (like ZOO under AmigaDOS). Nitpick: ZOO has some built-in expansion. That is, it will match a wildcard against a filename but not against a directory name. Thus, all subdirectories have to be explicitly specified: subdir/*. Yes, I know, this can be a pain for ZOOing a directory with a lot of branches, especially if they go several levels down. One thing I've noticed about the ZOO version I use on the Amiga: When the current directory has hundreds of files, ZOO seems to look at the directory entries of all of them even when I do something like: ZOO v foo.zoo That is, it thrashes around for quite a while before getting down to business. Now, if I CD Ram: first and then try: ZOO v DH0:BigDir/foo.zoo it does not thrash around. Why? --Rich