On Thu, 29 Jun 2000, Subhashni Venkatraman wrote:
> hi ,
> 
> u could just say 
> mv dir1 dir2
> which moves the dir1 into dir2 
> list the contents to verify
> 
Not real safe. Try cp -a, same thing as "cp -dpR" which
means:
-d Preserve Links
-p Preserve file attributes, if possible
-R recursive.
        John


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to