On Tue, 16 Sep 2003 14:52:35 +1000
blade- <[EMAIL PROTECTED]> wrote:

> might try cp -r
> man says -r for recursive
> 
> Joshua Banks wrote:
> 
> >Thanks Collins,
> >
> >Whats the easiest command to cp all the subdirectories and files in those
> >subdirectories in /ect to another directory?
> >
> >JBanks
> >--- Collins Richey <[EMAIL PROTECTED]> wrote:
> >  
> >

It varies.  I always do:

1. mkdir /etc-copy
2. cp -a /etc/* /etc-copy

-- 
Collins Richey - Denver Area
if you fill your heart with regrets of yesterday and the 
worries of tomorrow, you have no today to be thankful for.



--
[EMAIL PROTECTED] mailing list

Reply via email to