--- "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
>
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.