Re: AIX script
Posted by Roshan on Jun 09, 2017; 5:50am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/AIX-script-tp2789p2795.html
I have tested it with
find /archicom/data/arch/chrg/MMS/*gz -mtime +0 -mtime -2 -exec cp {} /u01/migrationprod \;
it works
Thanks