Joel Franusic

 

Command line hacks

Page history last edited by Joel Franusic 2 months, 1 week ago

Transfer multiple files between hosts using cut and paste

 

source$ tar -czf - filenames | uuencode `hostname`.`date +%s`.tar.gz  

(copy the output into your clipboard, you can copy the command prompt too)

 

destination$ pbpaste | uudecode # on Mac OS X

Comments (0)

You don't have permission to comment on this page.