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.
Unix script remove files older 1mon
Name: stanimira Date: February 12, 2004 at 05:32:34 Pacific OS: Unix CPU/Ram: 4
Comment:
Could someone help me to write a script wchich remove files in directory older then 1 month.
Summary: Hi, I am trying to write a unix script for a student database program. I have some pieces of script for this database that was left to me. The main menu has options that brings their own me...
Summary: Can someone help me decipher this? This is from an older Unix script, not sure exactly what it does: ... find . $DATA -newer $DATESTAMP -exec stat -m {} \; > $FILELIST ... $DATA is a list of files in ...
Summary: Hi All, I am quite new at unix script. I have two questions to ask for your help. 1) I will do quite a lot of experiments. The output file names of different experiments are different. In the post-pro...