Label: tip

All content with label tip.
Related Labels: terminal, shell, hacks, tricks

Page: hacks (Blue Light)
Shell hacks There are many nice collections, this is from Andrew Here is anotherone. tar over ssh tar cf - . |ssh remotehost "cd /target/dir; tar xf -" Tar a directory tree (cd /orig/dir; tar cf - .) | (cd ...
Other labels: shell, hacks, terminal, tricks