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

Опубликовано: 08 Январь 2014
на канале: 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


Смотрите видео Tutorial: How to compress and decompress files by zip and unzip on linux онлайн, длительностью часов минут секунд в хорошем качестве, которое загружено на канал TechXArena 08 Январь 2014. Делитесь ссылкой на видео в социальных сетях, чтобы ваши подписчики и друзья так же посмотрели это видео. Данный видеоклип посмотрели 3,603 раз и оно понравилось 6 посетителям.