Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

gzip folder with tar

# gzip my-folder-name
#
# flags:
# 	z = filter the archive through gzip
# 	c = create a new archive
# 	v = verbosely list files processed
# 	f = use archive file or device ARCHIVE
#
# Example:
tar -zcvf my-filename.tar.gz my-folder-name
Comment

extract from tar gz into folder

mkdir foo
tar -xzf bar.tar.gz -C foo
Comment

PREVIOUS NEXT
Code Example
Shell :: powershell if file exists 
Shell :: nginx on mac 
Shell :: how to install git on linux 
Shell :: git ignore cache 
Shell :: count files recursively linux 
Shell :: how to change git remote url 
Shell :: install teamviewer ubuntu 20.04 
Shell :: cmake 3.14 or higher is required. you are running version 3.13.4 
Shell :: install dropbox ubuntu 
Shell :: Installation failed: Download failed. Destination directory for file streaming does not exist or is not writable. 
Shell :: login to git bash 
Shell :: How to check if port is in use in 
Shell :: how to run flutter on google chrome 
Shell :: install sshpass mac 
Shell :: install alacritty ubuntu 20.04 
Shell :: install angular bootstrap 
Shell :: check if mongodb is installed 
Shell :: view installed rpms 
Shell :: npm i mui 
Shell :: uninstall vue from my system 
Shell :: clone a conda environment 
Shell :: vim strip whitespace from beginning of every line 
Shell :: gcloud set zone cli 
Shell :: Get the size of all the directories in current directory in linux 
Shell :: restart network centos 
Shell :: install angular animation 10.0.12 
Shell :: install brave browser on linux 
Shell :: Node version mac1000 
Shell :: use vscode as default file editor for filezilla ubuntu 
Shell :: linux install node 
ADD CONTENT
Topic
Content
Source link
Name
8+8 =