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 -->
#
4
(
permalink
)
11-08-2005
godalle
Registered User
Join Date: Nov 2005
Posts: 3
hey guys thanks a lot;
Just thinking if i can use the same code with the same result using korn shell, will this program work as well:
#!/bin/ksh
find /export/home/zzgodae/archive -type f -ctime +90 -exec rm -f {} \;
thanks again
Last edited by godalle; 11-08-2005 at
04:27 AM
..
godalle
View Public Profile
Find all posts by godalle
Find godalle's past nominations received
Find godalle's present nominations given