![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Find 3 months old log files and remove | cvdev | SUN Solaris | 13 | 05-22-2008 02:38 PM |
| Deleting the files comparing the creation dates | pssandeep | UNIX for Dummies Questions & Answers | 2 | 04-10-2008 11:54 AM |
| Files and dates | mastachef | UNIX for Dummies Questions & Answers | 1 | 12-03-2007 02:12 PM |
| Last modification times of files less than 6 months old | Abhishek Ghose | UNIX for Dummies Questions & Answers | 1 | 10-19-2005 08:37 AM |
| Listing files older than 2 months | pbekal | Shell Programming and Scripting | 3 | 01-17-2002 02:12 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
deleting files with dates 3 months ago
please help me with this?????
i need to create a program that will run in unix that will delete all files in a given directory that is at least 3 months old. first the program will need to automatically know what date it is right now to determine the files it will delete...guys help me please ![]() |
|
|||||
|
Use the forum's search feature.
command unix to list all files created since n month ago Listing files older than 2 months |
|
||||
|
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.. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|