"David B. Teague" <[EMAIL PROTECTED]> writes:

> Actualy, I'm a lot more concerned with the problem of recursive copy in
> something like. 
>       cp -ax / /mnt  :(

So just do 

  (cd / && cp -ax `ls | grep -v mnt` mnt)

or something similar.
-- 
Rob


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .

Reply via email to