Tutorial: How to compress and decompress files by zip and unzip on linux

Published: 08 January 2014
on channel: TechXArena
3,603
6

This video focuses on compressing and decompressing files by zip and unzip packages on linux on the command line

Commands:

To install on ubutu/debian:
sudo apt-get install zip unzip

Arch:
sudo pacman -S zip unzip

Create files:
touch f1 f2 f3

edit files using vim/gedit:
vim/gedit filename

Save the files and then cat:
cat *

Zip files by (remove -r if not recursive):
zip -r outputFile.zip destination/

Unzip files by
unzip zippedFile.zip


Watch video Tutorial: How to compress and decompress files by zip and unzip on linux online, duration hours minute second in high quality that is uploaded to the channel TechXArena 08 January 2014. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 3,603 times and liked it 6 visitors.