Posts Tagged 'copy'

tar copy on-the-fly

*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


IE6: Rust in Peace

Blog Stats

  • 109,247 hits
My Bookshelf

Texts double licensed under Creative Commons Attribution - Share Alike license and GNU Free Documentation License. Examples may contain software licensed under GNU General Public License. Images and comments texts aren't necessarily licensed under these terms.