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.
file creation date
Name: rotem Date: December 6, 2005 at 08:09:33 Pacific OS: sun CPU/Ram: ***
Comment:
Hi,
How can I find the creation date of a file in a shell script?
Summary: hello friends, its really urgent. i want to capture the creation dates of the files on my disk and then delete the files which are older by 3 days using unix scripting. i am not able to...
Summary: In short,I just want to check if the difference between present date and the date of file creation is greater than 14.Any other approach is welcome. Thanks Kayzone...
Summary: I am new to shell scripting. The requirement is as follows: At the beginning of the script, check file creation date. If it's more than 2 days old, rename the file with prefix "backlog". I would reall...