12-20-04 10:50 PM
Dave Hinz wrote:
> On 20 Dec 2004 10:51:33 -0800, aaa <mccdba@yahoo.com> wrote:
>
>
>
> man date
>
>
>
>
> man find
>
>
>
>
> man cp
>
> Seriously, this is like a 6-line script. Nobody there scripts?
>
Seriously, this is a 1-line script, e.g.
find /apps/report -type f -ctime 1 | xargs cp /apps/backup
although "Yesterday" probably needs refining as a definition.
Robert
[ Post a follow-up to this message ]
|