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 :: create branch git 
Shell :: linux delete files in folders without deleting the folder 
Shell :: install pip linux without root 
Shell :: react-fetch-hook 
Shell :: suse linux update 
Shell :: git check differences between two projects 
Shell :: rename file powershell 
Shell :: powershell trim trailing spaces 
Shell :: how to merge git 
Shell :: save username and password in git 
Shell :: git ignore global 
Shell :: change linux user password 
Shell :: sudo: command not found 
Shell :: scp bash command 
Shell :: remove a file in ubuntu 
Shell :: filezilla Directory /var/lib/docker: permission denied 
Shell :: how to install zsh using brew 
Shell :: grep after match 
Shell :: yarn install production only 
Shell :: gnome set wallpaper command line 
Shell :: Unable to upgrade Flutter: no origin repository configured. 
Shell :: mongodb database not connected docker 
Shell :: source bash_profile on startup mac 
Shell :: chmod chown 
Shell :: install crontab in linux 
Shell :: poetry requirements 
Shell :: how to add ssh key to github 
Shell :: flutter install in window 
Shell :: dockerfile copy folder to container 
Shell :: git clone does not show all branches 
ADD CONTENT
Topic
Content
Source link
Name
2+7 =