Paul Drew wrote: > I would try a find and then run an xargs and rm the results. > > find . -name "*.zip" | xargs rm {} > > Did the job and then returned: rm: cannot remove `{}': No such file or directory But it worked. Thanks Bobby