> > >  How does on copy a complete directory hierarchy, including any hidden
> > >  files?

cd /path
tar cf - . | (cd /other/path; tar -xf -)

works like a charm.

joe
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to