Re: Delete Directory Matching A Pattern

2006-10-18 Thread Matt Benson
--- "Sean (Xuong) Phu" <[EMAIL PROTECTED]> wrote: > Is there a way to delete a set of directories and > subdirectories matching a pattern? > For example, I want to delete "blah1234" and > "blahabcdefg" since they both begins with "blah". > > I tried to use the following to delete any directory >

Delete Directory Matching A Pattern

2006-10-18 Thread Sean \(Xuong\) Phu
Is there a way to delete a set of directories and subdirectories matching a pattern? For example, I want to delete "blah1234" and "blahabcdefg" since they both begins with "blah". I tried to use the following to delete any directory named with "blah*", but it didn't work.