Need to quickly tar and gzip an entire folder? Try the command below!
tar -cvzpf filename.tar.gz /path/to/folder
No related posts.
Thanks! But how to ungzip now?
O! I got it!
To ungzip: tar -xvzpf filename.tar.gz
Name (required)
Mail (will not be published) (required)
Website
Thanks!
But how to ungzip now?
O! I got it!
To ungzip:
tar -xvzpf filename.tar.gz