when I download a .tar.gz file, I open it with two commands, first gunzip and then tar.
Is it possible to open it with just one command?
feedback
|
The letters are:
| |||||
feedback
|
|
You can use tar with a "z" argument
| |||||||||
feedback
|
|
If you don't have gnu tar it is still possible to open the file in a single step (although technically still two commands) using a pipe
| |||
|
feedback
|
The z option works well on my OS-X 10.5 as well. When it comes to memorizing, I think it´s easy to think of what you want and not just some letters.
Then you usually end up with these two commands:
| |||||
feedback
|
|
On Windows Try the tartool utility http://tartool.codeplex.com/ Its free and the code is open source and uses SharpZipLib library. Disclaimer : I am the author of this utility. | ||||
|
feedback
|