The UNIX and Linux Forums
>
Operating Systems
>
SUN Solaris
Script for automatic deletion of trash file of mail server
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Directory
Register
Forum Rules
FAQ
Contribute
Members List
Search
Today's Posts
Mark Forums Read
Thread
:
Script for automatic deletion of trash file of mail server
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
09-20-2007
SanjayLinux
Registered User
Join Date: Sep 2007
Posts: 58
Try this one
find /home/username/mail/trash -type f -atime +10 -exec rm -f '{}' \;
~~~Sanjay Tripathi~~~
SanjayLinux
View Public Profile
Find all posts by SanjayLinux