Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

compress folder ubuntu

tar -czvf name-of-archive.tar.gz /path/to/directory-or-file
Comment

Compress a folder in Ubuntu

# To compress a folder in Ubuntu
zip -r compressed_filename.zip foldername
Comment

PREVIOUS NEXT
Code Example
Shell :: Push existing folder ghithub / gitLab 
Shell :: How to install npm in centos 
Shell :: YumRepo Error: All mirror URLs are not using ftp, http[s] or file. Eg. Invalid release/repo/arch combination/ 
Shell :: .gitignore not working 
Shell :: whoami command 
Shell :: docker basic commands 
Shell :: () vs {} bash 
Shell :: How to remove docker.io from Ubuntu? 
Shell :: change password linux 
Shell :: linux how to display current time with timezone 
Shell :: how to enable port 80 in ubuntu 
Shell :: git diff files with main 
Shell :: install auth token 
Shell :: mac terminal unzip to directory 
Shell :: ls all files including hidden powershell 
Shell :: how to install ssh server on ubuntu 16.04 
Shell :: wsl windows directory 
Shell :: how to install trello on linux 
Shell :: git check which files are committed 
Shell :: install typeorm node 
Shell :: -bash: expo: command not found 
Shell :: install discord fedora 
Shell :: git sync branches 
Shell :: install office 365 in ubuntu 
Shell :: linux signals 
Shell :: when was kali linux released 
Shell :: rails g migration add columns 
Shell :: create a file in vim 
Shell :: uninstall gem 
Shell :: doom emacs 
ADD CONTENT
Topic
Content
Source link
Name
9+1 =