Tar.gz

Just managed to do tar.gz archive using the command tar -czf archivename.tar.gz foo where foo is the file or folder to be archived. Now the only problem is I don’t really know if it’s the right way :). Anyway as long as it works…

Update: code changed to tar -czf archivename.tar.gz foo after comment from Leonid.


3 Responses to “Tar.gz”

Leave a Reply