coping all files from a directory
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Unix and Linux reviews > Free Unix support > Unix Programming > coping all files from a directory




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    coping all files from a directory  
pawan_test


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
07-22-06 12:24 AM

Hello,

i have a directory;say /home/pavi

i has some files and every day files keep adding to it.

i am writing a shell script which copies all the files from this
directory to another.say /home/tom/tmp

how do i copy all the files from /home/pavi to /home/tom/tmp

all the files in the directory /home/tom/tmp gets automatically
deleted every 10 days.

can anyone help me plz..


thanks
pavi






[ Post a follow-up to this message ]



    Re: coping all files from a directory  
Jim Cochrane


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
07-22-06 12:24 AM

On 2006-07-21, pawan_test <sridhara007@gmail.com> wrote:
> Hello,
>
> i have a directory;say /home/pavi
>
> i has some files and every day files keep adding to it.
>
> i am writing a shell script which copies all the files from this
> directory to another.say /home/tom/tmp
>
> how do i copy all the files from /home/pavi to /home/tom/tmp

two possibilities:

(cd /home/pavi; find . -print)|cpio -pdmv /home/tom/tmp
cd /home/pavi; cp -av . /home/tom/tmp


--






[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 03:00 PM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register