Re: The directory that I am trying to clean up is huge

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



On 1/25/2010 8:49 AM, Chan Chung Hang Christopher wrote:
> Anas Alnaffar wrote:
>> I tried to run this command
>>
>> find -name "*.access*" -mtime +2 -exec rm {} \;
>>
>
> Should have been: find ./ -name \*.access\* -mtime +2 -exec rm -f {} \;

No difference.  If the path is omitted, current versions of find assume 
the current directory, and double quotes are fine for avoiding shell 
expansion of wildcards.  (But, I'm guessing the quotes were omitted on 
the command that generated the error).

-- 
   Les Mikesell
    lesmikesell@xxxxxxxxx
_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
http://lists.centos.org/mailman/listinfo/centos

[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]
  Powered by Linux