Compression Command
tar -cpvf <foldername> <newfile.tar>
gzip <newfile.tar>
How can I extract a tar.gz or .tgz file?
gunzip <newfile.tar.gz>
Free HTML XHTML CSS JavaScript DHTML XML DOM XSL XSLT RSS AJAX ASP ADO PHP SQL tutorials
Compression Command
tar -cpvf <foldername> <newfile.tar>
gzip <newfile.tar>
How can I extract a tar.gz or .tgz file?
gunzip <newfile.tar.gz>
Posted in Miscellaneous.
0 Responses
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.
You must be logged in to post a comment.