Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
Source by wpbeaches.com #
 
PREVIOUS NEXT
Tagged: #terminal #zip
ADD COMMENT
Topic
Name
8+2 =