Hey!

On Saturday 22 May 2010 03:49:49 Daniel D Jones wrote:
> Running the command:
> 
> find -name *.ext | xargs -0 rm

You might try:

find -name *.ext -print0 | xargs -0 rm

Cheers
Patrick

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to