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