Create archives
To create a tar.gz
archive from a given folder we can use the following command:
$ tar -zcvf <archive-name>.tar.gz <source-folder-name>Leave a Comment
“We are all apprentices in a craft where no one ever becomes a master.” - E.Hemingway
To create a tar.gz
archive from a given folder we can use the following command:
$ tar -zcvf <archive-name>.tar.gz <source-folder-name>Leave a Comment