How languages shape thought
youtube.com2 pointsby scjr0 comments
# compress a file, tar will automatically compress it according to the file extension you use
tar -caf archive.tar.gz file1 file2 ...
# extract a file, again tar will automatically pass it through the right decompression program
tar -xaf archive.tar.gz https://www.google.com.au/?q=my%20ip