well for one the files were being dropped via an antiquated mainframe box ... i have no control over, and well... the script worked perfect, few tweaks here and there to make the commands just so for AIX and boom it worked flawlessly.
<br><br>again, thanks yall.<br><br><div><span class="gmail_quote">On 5/16/07, <b class="gmail_sendername">Matthew T. Engel</b> &lt;<a href="mailto:mengel@allegheny.edu">mengel@allegheny.edu</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
...ok a couple questions?<br><br>Why not just append a date/time stamp when the files are dropped in the<br>local folder?<br><br>Otherwise perhaps find files less than 1 day old and touch them:<br><br>find /home/ -name file_name* -mtime -1 -exec touch {}
<br><br>matt<br><br>_______________________________________________<br>wplug-erie mailing list<br><a href="mailto:wplug-erie@wplug.org">wplug-erie@wplug.org</a><br><a href="http://www.wplug.org/mailman/listinfo/wplug-erie">
http://www.wplug.org/mailman/listinfo/wplug-erie</a><br></blockquote></div><br>