Hi<br><br>I am having trouble with some macs. I need to copy lots of files in subdirectories - temporarily everyday - without cron from server a server b from work created yesterday.<br><br>I came up with.<br>cd /server/a<br>find . -iname &quot;*.txt&quot; -mtime -1 ¦ xargs -I % cp -r % ~/test/<br><br>Sorry no pipe symbol on mobile between find and xargs.<br><br>The find on our macs don&#39;t have -daystart argument so I am finding it inaccurate. Anyway to copy files by yesterdays date manually starting script everyday?<br><br>do it by date? Or another method?<br><br>Sent from my HTC<br><br>