Tar & Zip
- shell - How to download an archive and extract it without saving the archive to disk? - Unix & Linux Stack Exchange
1
wget -qO- your_link_here | tar xvz -C /target/directory
zip
1 | https://unix.stackexchange.com/questions/46969/compress-a-folder-with-tar |
unzip
1 | tar -xf xxx.tar.gz |