Posted in
4
2:41 am, May 26, 2020
tar.gz to compress a directory in linux and then decompress it
a pretty common way to zip up contents in a directory into one (or technically two) archive(s).
Add to tar.gz
This will add the directory and all sub directories into the archive called the-archive-name.tar.gz from the directory the-directory you can add a full path to this if needed.
tar -zcvf the-archive-name.tar.gz the-directory
Un Compressing
This is the code to restore the files from the archive. This one will extract it to the current directory.
tar -zxvf the-archive-name.tar.gz
You can also add a target directory to uncompress to like the following
tar -zxvf the-archive-name.tar.gz my-target-directory
View Statistics
This Week
11
This Month
122
This Year
0
Add Comment
Other Items in linux
simple backup to google drive fron linux
backup script to google drive that can be used for multiple directories
start ssh and add key git
play youtube videos on firefox in ubuntu 18
Creating a chart about charts.css with charts.css from the command line
linux mount a drive manually
installing exfat and ntfs drivers to enable reading of these filesystems
linux list all drives and partitions
how to check the temperature of the pi using command line
how to check linux kernel version on rasberry pi rasberian
how to find what version pi you are using
change file permissions to -rw-rw-r--
install atom editor on ubuntu
Enabling SSH on Ubuntu
certbot add a certificate for one domain
renew all SSL certificates with certbot
To make Ubuntu do nothing when laptop lid is closed
add a user to a group
loop through each directory in a target directory and compress them
loop through each directory in a target directory
tar.gz to compress a directory in linux and then decompress it
Find Disk Space Usage using DU
how to unzip in linux
Related Search Terms
Other Categories in Code
c testing apache apps asp bat bootstrap bootstrap templates core css css grid design elements fancybox fonts foundation framework gimp git html icons ideas images javascript jquery js linux mac nginx node php php functions php simple html dom pi400 python react sections site bugs site documentation sql sqlite sublime svg templates tools virtual box webdev windows wordpress