Need some help with being able to move older files from one
directory to another. The system writes files to /tmp and I would like to select the files by date and move them to another files system.
If I did an ls -lta and had the 3 files below and I needed to move the files that were created before 2001 from /tmp to /data/hist/
-rw-rw---- 1 root system 700 23 Jan 24 19:20 testfile
-rw-rw---- 1 root system 150 11 Aug 18 2001 faux
-rw-rw---- 1 root system 800 20 Aug 18 2001 text
How can I do this?
Thank you for your help!
directory to another. The system writes files to /tmp and I would like to select the files by date and move them to another files system.
If I did an ls -lta and had the 3 files below and I needed to move the files that were created before 2001 from /tmp to /data/hist/
-rw-rw---- 1 root system 700 23 Jan 24 19:20 testfile
-rw-rw---- 1 root system 150 11 Aug 18 2001 faux
-rw-rw---- 1 root system 800 20 Aug 18 2001 text
How can I do this?
Thank you for your help!