Results 1 to 4 of 4
Can somebody write me a bash script or maybe you have this script which shows files in catalog tree older than typed date....
- 09-25-2011 #1Just Joined!
- Join Date
- Sep 2011
- Posts
- 6
Can somebody write me a script
Can somebody write me a bash script or maybe you have this script which shows files in catalog tree older than typed date.
- 09-25-2011 #2
Not sure waht you mean by catalogue tree.
But if you want to search for files older than X, then one of the many filters of the "find" command can help you.
Look here:
Code:man find
You must always face the curtain with a bow.
- 09-25-2011 #3Just Joined!
- Join Date
- Sep 2011
- Posts
- 6
i mean search in whole hard disk
- 09-25-2011 #4
Ok, then find should be the right command.
You must always face the curtain with a bow.


Reply With Quote