Posted by Jamsi in
Linux on August 31st, 2008 |
2 responses
Need to quickly tar and gzip an entire folder? Try the command below!
tar -cvzpf filename.tar.gz /path/to/folder
Did you like this? Share it:
No related posts.
Leave a Reply
You must be logged in to post a comment.
Thanks!
But how to ungzip now?
O! I got it!
To ungzip:
tar -xvzpf filename.tar.gz