*nix command of the day:
tar -cf – <source directory> | (cd /<target directory>;tar -xf -)
It can copies many files quickly.
See also:
http://unix.derkeiler.com/Mailing-Lists/SunManagers/2005-03/0413.html
watashi no yume…
*nix command of the day:
tar -cf – <source directory> | (cd /<target directory>;tar -xf -)
It can copies many files quickly.
See also:
http://unix.derkeiler.com/Mailing-Lists/SunManagers/2005-03/0413.html
Recent Comments