On Tue, Dec 21, 2004 at 09:02:32PM -0500, Mike Jeays wrote: > How does on copy a complete directory hierarchy, including any hidden > files? > My personal favorite, from gtar (formerly tar) man page:
To move file hierarchies, use a command line like this: tar -cf - -C srcdir . | tar xpf - -C destdir -- Regards, Doug _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"