Re: Cannot delete directories using wildcards

2006-06-02 Thread Tom . Morin
Thanks for the info. One more piece that I was missing in the puzzle was that "test*" only works on files or EMPTY directories. With "test*/" I can now remove all directories no matter if they are empty or not. >> -Original Message- >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

Cannot delete directories using wildcards

2006-06-01 Thread Tom . Morin
I'm probably missing something obvious, but I've been unable to figure out how to delete directories using a wildcard. So instead of this (test1/2/3 are directories): I want to do this (which currently does nothing by design):