Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uwm.edu!linac!midway!valley From: valley@uchicago (Doug Dougherty) Newsgroups: comp.os.msdos.misc Subject: Re: how do you do this? Message-ID: Date: 27 Feb 91 17:52:03 GMT References: <1991Feb27.072015.7027@ucselx.sdsu.edu> <1991Feb27.154923.28267@ux1.cso.uiuc.edu> Sender: news@midway.uchicago.edu (News Administrator) Organization: University of Chicago Lines: 16 mcdonald@aries.scs.uiuc.edu (Doug McDonald) writes: >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 {} ; >> >It might be helpful to state what you want to do. The above is >utterly incomprehensible. Use words. I assume he wants to delete all the .BAK files in the current and all sub- directories. Get UFIND, an MS/DOS implementation of Unix Find. It does this and much more...