merging file sub-trees

Michael O'Donnell mod+gnhlug at std.com
Mon Jun 2 15:34:32 EDT 2003


One approach might be to just have one instance of
tar (standing in the source directory) squirt all
the files over to another instance that's standing
in the destination directory, maybe like this:

   cd srcDir ; tar cf - . | tar xf - -C destDir




More information about the gnhlug-discuss mailing list