Find files

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



Hi, 

I am trying to delete files that are more than 7 days old. When I
run it interactively it works, no problem, but it does not run
from a file stored in cron.daily. The rest of that daily file
runs properly. [The execute bit is on].

I don't see anything in the /var/log/messages.

---------------------------------------
#!/bin/bash

find /mnt/iog -type f -name '*.tar.gz' -mtime +7 | xarg rm
---------------------------------------

Any idea what am I missing?

-- 
Thanks
http://www.911networks.com
When the network has to work
_______________________________________________
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