quoth the maxim wexler:
> Hi group,
>
> I'd like to be able to cp or mv certain files from a
> dir according to their timestamp.

Have a look at find. You can whip up a one-liner using the -atime, -mtime  
or -ctime tests (depending on your intent) and use -exec to do the cp or 
mv...

> -Maxim

-d
-- 
darren kirby :: Part of the problem since 1976 :: http://badcomputer.org
"...the number of UNIX installations has grown to 10, with more expected..."
- Dennis Ritchie and Ken Thompson, June 1972
-- 
gentoo-user@gentoo.org mailing list

Reply via email to