Copy bunch of small files with tar

 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

jira dark theme on custom URL (in google chrome)