Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!usc!zaphod.mps.ohio-state.edu!caen!uflorida!reef.cis.ufl.edu!jdb From: jdb@reef.cis.ufl.edu (Brian K. W. Hook) Newsgroups: comp.os.msdos.misc Subject: Re: how do you do this? Message-ID: <27177@uflorida.cis.ufl.EDU> Date: 27 Feb 91 13:46:10 GMT References: <1991Feb27.072015.7027@ucselx.sdsu.edu> Sender: news@uflorida.cis.ufl.EDU Organization: UF CIS Dept. Lines: 15 In article <1991Feb27.072015.7027@ucselx.sdsu.edu> butler@saturn.sdsu.edu (Michael Butler) writes: >Hi there folks; > >Does anyone know how to do the following in a msdos environment? >find . -name '*.bak' -exec rm {} ; For those of us who don't know UNIX, how about filling us in on what this does? I believe that there is a PD program called sweep that will come close to what you want. SWEEP DEL *.BAK I don't know what that -name means though. Brian