To unzip a tar file:
$ tar xvzf filename.tgz
To make a tar file:
$ tar cvzf filename.tgz folder-to-zip/
To unzip a tar file:
$ tar xvzf filename.tgz
To make a tar file:
$ tar cvzf filename.tgz folder-to-zip/
This entry was posted on Tuesday, June 7th, 2011 at 10:10 am and is filed under Uncategorized. You can follow any responses to this entry through the RSS 2.0 feed. Both comments and pings are currently closed.
jasonswett.net is proudly powered by
WordPress
Entries (RSS)
and Comments (RSS).