Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!usc!nic.csu.net!beach.csulb.edu!csus.edu!wuarchive!zaphod.mps.ohio-state.edu!caen!hellgate.utah.edu!fcom.cc.utah.edu!npd.novell.com!newsun!tporczyk From: tporczyk@na.excelan.com (Tony Porczyk) Newsgroups: comp.os.msdos.misc Subject: Re: how do you do this? Message-ID: <1991Feb28.082345.11807@novell.com> Date: 6 Mar 91 02:18:19 GMT Sender: news@novell.com ( Lines: 16 The News Manager) Nntp-Posting-Host: na Reply-To: tporczyk@na.excelan.com (Tony Porczyk) Organization: Standard Disclaimer References: <1991Feb27.072015.7027@ucselx.sdsu.edu> <1991Feb27.154923.28267@ux1.cso.uiuc.edu> Date: Thu, 28 Feb 1991 08:23:45 GMT In article <1991Feb27.072015.7027@ucselx.sdsu.edu> butler@saturn.sdsu.edu (Michael Butler) writes: >Does anyone know how to do the following in a msdos environment? >find . -name '*.bak' -exec rm {} ; There is a utility "SWEEP". I believe it is a PC Magazine or PC Computing utility (not sure, though). Go into the directory from which you want to delete all the bak files down through all sub-directories, and type SWEEP DEL *.BAK That will take care of it. Tony