14 Jun
2011
14 Jun
'11
1:01 p.m.
Hi, On 14.06.11 11:24, adept techlists - kazar wrote:
Starting from the source directory:
find . -depth -print | cpio -pdlmv [newdir]
why not use: cp -a <old-dir> <new-dir> See here for manual page: http://www.freebsd.org/cgi/man.cgi?query=cp&apropos=0&sektion=0&manpath=Free... Bye Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook