Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

create a zip file in linux

Zipping a folder in linux
zip -r tecmint_files.zip tecmint_files

Unzipping a Zip file in linux
unzip tecmint_files.zip
Comment

linux zip file

gzip -c filename > filename.gz
Comment

linux zip file

gzip -c filename > filename.gz
Comment

zip files linux

zip -r archivename.zip directory_name
Copy
Comment

linux zip file

gzip -c filename > filename.gz
Comment

zip file linux

$zip -r file.zip directory_name
Comment

linux zip file

gzip -c filename > filename.gz
Comment

linux zip file

gzip -c filename > filename.gz
Comment

linux zip file

gzip -c filename > filename.gz
Comment

linux zip file

gzip -c filename > filename.gz
Comment

zip command in linux

Syntax :

zip [options] zipfile files_list

Syntax for  Creating a zip file:

$zip myfile.zip filename.txt
Comment

linux zip file

gzip -c filename > filename.gz
Comment

PREVIOUS NEXT
Code Example
Shell :: Flutter plugin not installed; this adds Flutter specific functionality 
Shell :: cmd echo without newline 
Shell :: chmod 
Shell :: static ip wsl2 
Shell :: how to install deepin desktop environment on ubuntu 20.10 
Shell :: kubectl install 
Shell :: how to install zsh using brew 
Shell :: bash: /usr/local/bin/firebase: Permission denied 
Shell :: grep 10 line before 
Shell :: replace whitespace with newline 
Shell :: how to get process id in linux 
Shell :: get public ip 
Shell :: what is my ip address ? 
Shell :: gitlab gradle project 
Shell :: ubuntu 
Shell :: uninstall 
Shell :: nvm node 
Shell :: kubectl restart recreate pod 
Shell :: git clone without folder 
Shell :: display settings ubuntu 20.04 in right side 
Shell :: docker proxy ubuntu 
Shell :: atom vs sublime 
Shell :: Bash dir in loop 
Shell :: terraform apply target 
Shell :: creating new repository 
Shell :: how to init vue 
Shell :: packet10 
Shell :: leave azure ad cmd 
Shell :: bitbucket rename remote tag 
Shell :: ros dep install 
ADD CONTENT
Topic
Content
Source link
Name
9+9 =