> I need some help making a small script file.  What I need it do is
> copy the directories on one HD to another. 

I usually do this with 'cd srcdir; tar cpf - | (cd destdir; tar xpf -)'

cp -a will apparently do the same thing.

                                Jeff




_______________________________________________
techtalk mailing list
[EMAIL PROTECTED]
http://www.linux.org.uk/mailman/listinfo/techtalk

Reply via email to