Hi,

On Sun, Feb 19, 2012 at 9:19 PM, rmariya sagaya asirvatham
<[email protected]> wrote:
>
> how can i send this output  to a directory for take backup.
>

If it is really a directory you want to move to, you can try this

find / -mtime 1 -exec cp -t dest_folder {}\+

The {}+ would append all those files that match and finally move all
of them to dest_folder.

BTW, this is the only use of the -t flag to the cp command that I can
think of ;) Thanks


-- 
Thank you
Balachandran Sivakumar

Arise Awake and stop not till the goal is reached.
                                                             - Swami Vivekananda

Mail: [email protected]
Blog: http://benignbala.wordpress.com/
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to