Horje
terminal zip Code Example
terminal zip
# to compress
tar -zcvf archive_name.tar.gz folder_to_compress
# to extract
tar -zxvf archive_name.tar.gz

# the "v" flag is for verbose and is not required




Shell

Related
extract numners from string linux Code Example extract numners from string linux Code Example
date format in linux shell script Code Example date format in linux shell script Code Example
find all files edited after date linux Code Example find all files edited after date linux Code Example
No known instance method for selector 'userAgent' Code Example No known instance method for selector 'userAgent' Code Example
how to store float values in shell script Code Example how to store float values in shell script Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11