Copy bunch of small files between terminals

 In source dir:

$ tar -cz * | base64

copy output



In target dir:

$ base64 --decode | tar -xz

paste, ENTER and CTRL-D

Comments

Popular posts from this blog