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 view files based on date
Name: Rahul Iyer Date: October 3, 2005 at 02:14:45 Pacific OS: UNIX CPU/Ram: n/a
Comment:
I have a UNIX box where in files are created every a5 minutes. I need to write a shell script which will take in the date as parameter and return me all files created on that day. Also I will like it to show me only files which have a size greater than 0 i.e. non-empty files. how do I go abt this? I am new to UNIX
Summary: Does anyone have a script that will allow me to take the contents of a directory and delete files based on their age? Here's the scenerio. I have a directory that fills with report files. The files h...
Summary: Hi All, Im trying to write a script to archive files based on the date the files were created. For example, if a group of files were created on 23rd August,I would have 230806.tar. I have a problem,I ...