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

Zip folders in bash

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

PREVIOUS NEXT
Code Example
Shell :: pnpm version 
Shell :: push to specific remote branch 
Shell :: pdf pages to images imagemagick 
Shell :: docker permission denied dial 
Shell :: poetry python install 
Shell :: install groovy on ubuntu 
Shell :: composer install linux 
Shell :: webgl server apache 
Shell :: ubuntu Not Found The requested URL was not found on this server. Apache/2.4.41 (Ubuntu) Server at localhost Port 80 
Shell :: how to kill a process with linux 
Shell :: julia install linux 
Shell :: linux external hard drive chmod 
Shell :: kubectl neat 
Shell :: how to update linux 
Shell :: cmd shell 
Shell :: git how to undo a pushed commit 
Shell :: Deleting or removing a directory or folder 
Shell :: linux Could not find a version that satisfies the requirement 
Shell :: remove cuda windows cmd 
Shell :: git github private fatal repository not found 
Shell :: clear untracked files git 
Shell :: linux total memory 
Shell :: http-server mac install 
Shell :: laravel in ubuntu 
Shell :: az aks get-credentials 
Shell :: how to install as dev dependency 
Shell :: postgresql cli first time 
Shell :: ubuntu install ssh-agent 
Shell :: asyncstorage community 
Shell :: How to remove local (untracked) files from the current Git working tree 
ADD CONTENT
Topic
Content
Source link
Name
2+6 =