The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Operating Systems > SUN Solaris
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 09-20-2007
SanjayLinux SanjayLinux is offline
Registered User
 

Join Date: Sep 2007
Posts: 58
Wink Try this one

find /home/username/mail/trash -type f -atime +10 -exec rm -f '{}' \;


~~~Sanjay Tripathi~~~
Reply With Quote