The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
Script for automatic deletion of old files
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
Script for automatic deletion of old files
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
4
(
permalink
)
03-21-2005
Perderabo
Unix Daemon
Join Date: Aug 2001
Location: Ashburn, Virginia
Posts: 9,127
A little faster...
find . ! -user user1 ! -user user2 ! -user user3 ! -user user4 -mtime +30 | xargs rm -f
Perderabo
View Public Profile
Find all posts by Perderabo
Find Perderabo's past nominations received
Find Perderabo's present nominations given