Hi folks! :-)

I try to redirect output of this script to file (using tee) and also send
it to mail

the script deletes files older than 150days:

find /share/.trash/ -type f -atime +150 -exec rm -fr {}  \;

how can I do this?

thanks!

Pol



-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/6da1b68db66a3b6a377091b6f170e6ad.squir...@fuckaround.org

Reply via email to