[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Transfering system directories to new HD



Rob Browning <rlb@cs.utexas.edu> writes:

>   cp -a `ls | grep -v proc` dummy

Oops, this needs to be

  cp -a `ls | fgrep -v proc | fgrep -v 'lost+found'` dummy

or something similar.
-- 
Rob


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-user-request@lists.debian.org . Trouble? 
e-mail to templin@bucknell.edu .


Reply to: