Answers for "filbeat tar gz"

7

create tar gz file from directory

tar -czf tarball.tar.gz my_directory/
Posted by: Guest on October-26-2020
2

is tgz the same as tar.gz

They are identical.
I think in the old package repo days, 
.tgz was used because files on DOS floppies could only have three letter 
extensions. When this limitation was removed,
.tar.gz was used to be more verbose by showing both the archive type (tar) 
and zipper (gzip).
Posted by: Guest on December-30-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language