Community Page
- www.tech-recipes.com/ Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Thanks mate, Just what I was looking for. It seemed to be a different way of doing things in Leopard than previous versions. Cheers, Mitch
- thanks, i couldnt remember.
- I did this in Garage band, but if forced me to trip the song to 8 seconds in order to send it to itunes ringtones - any ideas on this? Using the new 3GS.
- Please dont remove this Folder, It occupies only 315 MB and is useful for your Office 2003.... SRIKANTH
- that still wont work and i got no idea about registery could use help
Tech-Recipes
Cookbook of Tech TutorialsExtract a gzip compressed tar archive in Linux | Linux | Tech-Recipes
Started by qdideas · 9 months ago
5 years ago
tar xjf filename.tar.bz2
3 years ago
tar czvf tarball.tar.gz /tmp/tarball
this will tar and gzip the directory /tmp/tarball into the file tarball.tar.gz
1 month ago
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error exit delayed from previous errors.
Plz suggest any way to extract in linux?