The UNIX and Linux Forums
>
Top Forums
>
UNIX for Dummies Questions & Answers
deleting files with dates 3 months ago
.
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
:
deleting files with dates 3 months ago
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
3
(
permalink
)
11-08-2005
andryk
Registered User
Join Date: Sep 2003
Posts: 448
try this:
Code:
find the_directory -type f -ctime +90 -exec rm -f {} \;
andryk
View Public Profile
Find all posts by andryk
Find andryk's past nominations received
Find andryk's present nominations given