FIND & EXEC - comp.unix.shell - Computer Groups
Best way to delete old files? find & exec VS find & xargs Hello, We have an NFS partition exported though Solaris 9 and I have a question about removing files via a cron script. For a while I've been doing this: find /scratch -mtime +14 | xargs rm But I f...