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

Re: Kleines Scripting-Problem



Marc Deichmann <marc.deichmann@gmx.net> (Do 29 Nov 2007 12:01:47 CET):
> find /PATH -type f -mtime +30 -exec rm -f {} \;

Wenn schon mit -exec, dann aber:

  find /PATH -type f -mtime +30 -exec rm -f {} +

-- 
Heiko

Attachment: signature.asc
Description: Digital signature


Reply to: