On Fri, Nov 18, 2005 at 04:23:57PM +0100, Realos wrote:
> [EMAIL PROTECTED]:~$ cp -drp testdir/ temp/
> [EMAIL PROTECTED]:~$ ll temp/
> drwxr-xr-x  3 user user 1024 2005-11-18 16:04 testdir

> I know I could copy all files with "cp * temp" and then all
> subdirectories one by one butI would prefer a single command to do
> that. Any chance?

[EMAIL PROTECTED]:~$ cp -drp testdir/* temp/

-- 
Jon Dowland
http://jon.dowland.name/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to