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.
How to find file older than 4 hours
Name: xavier.bouldoire Date: June 12, 2003 at 02:33:18 Pacific OS: AIX 4.3.3 CPU/Ram: 4G 4CPU
Comment:
Hi,
I have to move files older than 4 hours from a directory to another.
How to find these file ? The find command with -mtime can't be applied because time is up than 24 hours.
Summary: How do you find files, then copy the files into an existing directory. I am to find files starting with N which is not more than 10 days old, then copy the N files into an existing N directory. All in...
Summary: hi there, how to find files more than 90 days and copy it to another directory using HPUX/unix command? is the command same for unix or hpux ? ...
Summary: Is there any way/script to find and remove the files which are older than 6 hours, since the files are generated at frequent intervals. These files grow at a rapid rate and fills up the disk quickly. ...