> The obvious way to do it is:
> $ gzip -c access.log > access.log.gz
Is it?
replies(1):
> $ gzip -c access.log > access.log.gz
Is it?
tar -cz dir | base64
Copy output into clipboard base64 -d | tar -xz
Paste from clipboard into inputWorks flawlessly to move configs and stuff between servers.
I actually love the blend between terminal and GUI. For this example I'm using CLI tools to produce text and I'm using GUI to scroll, select and copy&paste the text between two terminal tabs. I wish developers put more emphasis on empowering terminal with GUI capabilities.