Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

linux zip a directory

zip -r filename.zip /path/to/folder1
Comment

zip folder linux

# -r (recursive) option to do the entire directory trees at once
zip -r myfiles.zip mydir
Comment

How To Zip Folder on Linux

# $ zip -r <output_file> <folder_1> <folder_2> ... <folder_n>

zip -r temp.zip Documents
Comment

PREVIOUS NEXT
Code Example
Shell :: how to know the wifi password on windows 10 
Shell :: process substitution <() bash 
Shell :: ubuntu install nginx 
Shell :: bash: yarn: command not found 
Shell :: iis reset 
Shell :: ifconfig not found ubuntu 20.04 
Shell :: add folder to path mac 
Shell :: ubuntu install ssh server 
Shell :: connection failed blueman.bluez.errors.dbusfailederror protocol not available 
Shell :: debian show installed packages 
Shell :: rar unrar mac 
Shell :: powershell get all history 
Shell :: rename a commit pushed 
Shell :: remove snap package 
Shell :: composer uninstall 
Shell :: eval minikube docker-env daemon 
Shell :: export path linux 
Shell :: bash if then else one line 
Shell :: How to grep for file name recursively with some file content 
Shell :: get current working directory powershell 
Shell :: install mosquitto ubuntu 
Shell :: list interfaces centos 
Shell :: install babel core 
Shell :: mac find application using port 
Shell :: how to get list of files in zip linux 
Shell :: install nodemon typescritp 
Shell :: sudo raspi config 
Shell :: code server install 
Shell :: remove everything in folder linux 
Shell :: ansible command not found after pip install macos 
ADD CONTENT
Topic
Content
Source link
Name
3+3 =