Path: utzoo!attcan!uunet!cs.utexas.edu!wuarchive!julius.cs.uiuc.edu!ux1.cso.uiuc.edu!ux1.cso.uiuc.edu!m.cs.uiuc.edu!sunc7!fireman From: fireman@sunc7.cs.uiuc.edu Newsgroups: comp.binaries.ibm.pc.d Subject: Re: Zoo and files like 0e051642 Message-ID: <21700015@sunc7> Date: 28 Oct 90 16:45:00 GMT References: <21700014@sunc7> Lines: 18 Nf-ID: #R:sunc7:21700014:sunc7:21700015:000:694 Nf-From: sunc7.cs.uiuc.edu!fireman Oct 28 10:45:00 1990 Actually, I should be asking, is there an easier way than the way I'm doing it now as in my batch file below: stuff / -modified ! -name *.bak ! -name temp.* | zoo aIunP diffback zoo -delete diffback 0-9 I'd like to be able to avoid including numbered files in the archive in the first place but it appears stuff won't allow the 0-9 to represent "all files starting with any of the digits 0 through 9". My only alternative is to include "! -name 0* ! -name 1* ... !-name 9*" in the stuff part, but that will really slow things down if every file needs to be compared against all of those. Oh well, perhaps I should suggest to the author that he include the 0-9 capability in stuff. Neil