Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

zip folder linux

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

zip some files linux

zip archivename.zip filename1 filename2 filename3
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 find my apache server ip address 
Shell :: how to commit to github from terminal 
Shell :: .sh file example 
Shell :: edit iptables 
Shell :: How to Install Google Chrome on Centos 8 
Shell :: sqlmap POST request injection 
Shell :: how to install steam on fedora 
Shell :: set root password kali 
Shell :: start mariadb on linux terminal 
Shell :: docker force remove container 
Shell :: github actions sequential jobs 
Shell :: aws eks update-kubeconfig 
Shell :: bash substring test 
Shell :: check process on port linux 
Shell :: replace substring in bash 
Shell :: wget as file name 
Shell :: port already in use 8000 
Shell :: how to run explorer in wsl 
Shell :: ubuntu install apache 
Shell :: bash single line if-else condition 
Shell :: pgadmin4 container 
Shell :: `Cannot autolaunch D-Bus without X11 $DISPLAY` 
Shell :: install postgres ubuntu 
Shell :: run specific migration file django 
Shell :: how to exit vim 
Shell :: undo airmon-ng check kill 
Shell :: kill port linus 
Shell :: string to array bash 
Shell :: delete all containers created x hours ago 
Shell :: set email git 
ADD CONTENT
Topic
Content
Source link
Name
8+1 =