Joshua Banks wrote:
Whats the easiest command to cp all the subdirectories and files in those 
subdirectories in /ect
to another directory?

mkdir /etc.bak; cp -r /etc/* /etc.bak


--
Andrew Gaffney


-- [EMAIL PROTECTED] mailing list



Reply via email to