> [EMAIL PROTECTED] rdt1]# find *.log -atime +7  -exec rm -f {} \;
> bash: /usr/bin/find: Příliš dlouhý seznam argumentů

>  find . -name '*.log' -atime +7 | xargs rm -f

nemam pred sebou man, ale mam pocit, ze tam treba este prepinac -x alebo -X 
aby to bolo "safe"

rwi 

-- 
FreeBSD mailing list (users-l@freebsd.cz)
http://www.freebsd.cz/listserv/listinfo/users-l

Odpovedet emailem