AIX script
Posted by Roshan on Jun 08, 2017; 10:17am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/AIX-script-tp2789.html
Hi,
I want to copy files older than 1 day from 1 folder to another. I have a script
find /home/test/*.gz -mtime -1 -exec cp {} targetdir \;
it does not work on aix
Please advise.
Regards,
Roshan