what's the error you get?
-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org]On Behalf Of Todd Cary Sent: Friday, August 04, 2006 5:05 PM To: centos@centos.org Subject: [CentOS] Computer 1A question
I want to delete all files that have the pattern of "*.zip" in the directory /home/mydir and all sub-directories.
rm -Rf /home/mydir/*.zip
produces an error. What did I overlook?
Thanks.....