View Single Post
  #5 (permalink)  
Old 01-15-2007, 01:07 PM
J.O. Aho
Newsgroup Contributor
 
Posts: n/a
Re: cp command without symbolic links

davida@rapidpat.com wrote:
> noi wrote:


Please don't top-post.
>>> I've tried cp --copy-contents but that still keeps the symbolic links
>>> intact.
>>>

>> Wouldn't that be
>> $ cp -d /folder /foldercopy
>>


Add the -r option and you should get subdirectories too.

--

//Aho
Reply With Quote

 
Old 01-15-2007, 01:07 PM