Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Script to delete old files
Name: Daniel Date: October 25, 2002 at 13:14:47 Pacific OS: IRIX CPU/Ram: 900MHz
Comment:
Hi
I need a script to delete all files that were created more than x number of days ago.
Summary: I need a ftp script to delete old text files on a remote server based on the file retention rules such as 2 weeks, 1 month, etc. It can be written as a Korn script or Perl. Thanks for your help. ...
Summary: Hello I need to write a simple batch script to delete all the files in a particular directory which are older than 24 hours. Sound simple, but to a newbee this is very tough. Please help...
Summary: hi, I am trying to write a script to delete few lines from the existing files. The requirement is as follows: 1. I need to grep for a pattern "abc" in a file and then grep for "xyz" 2. I need to delet...