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 without registration, duration hours minute second in high quality. This video was added by user TechXArena 08 January 2014, don't forget to share it with your friends and acquaintances, it has been viewed on our site 3,603 once and liked it 6 people.