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 :: npm install postgresql 
Shell :: upload git repository to github 
Shell :: cent os 8 delete all packages 
Shell :: concatenate strings bash 
Shell :: what is merge conflict in git 
Shell :: get public ip 
Shell :: add text to clipboard wsl 
Shell :: if file not exists 
Shell :: delete branch gitlab 
Shell :: wsl 2 installation 
Shell :: how to install pipenv 
Shell :: uninstall 
Shell :: source bash_profile on startup mac 
Shell :: firebase realtime database delete all data 
Shell :: how to make ubuntu use all available disk 
Shell :: write to file ubuntu 
Shell :: bash script change directory run a command 
Shell :: merge pdf in linux 
Shell :: get linux directory size 
Shell :: script for restart redis service automatically 
Shell :: qgis linux 
Shell :: get latitude and longitude based on user entered place android 
Shell :: git fetch 
Shell :: DNS_PROBE_FINISHED_NXDOMAIN linux 
Shell :: zsh print each line of script 
Shell :: bashub 
Shell :: Add base url to react router for gh-pages deployment 
Shell :: ros dep install 
Shell :: pip install selenium using cmd 
Shell :: Scryptenconder install 
ADD CONTENT
Topic
Content
Source link
Name
1+3 =