Hemmann, Volker Armin wrote: > if you want to use copy, I would prefer cp -a ;)
Use tar since cp wont preserve empty dirs. # cd /path/to/old/dir # tar cf - * | ( cd /path/to/new/dir && tar xf - ) > They used tar, for some reasons they mentioned and I forgot ;) :) -- Norberto Bensa 4544-9692 Ciudad de Buenos Aires, Argentina -- gentoo-user@gentoo.org mailing list