▲ | BeepInABox 4 days ago | |||||||||||||||||||||||||
For anyone curious, unless you are running a 'tar' binary from the stone ages, just skip the gunzip and cat invocations. Replace .gz with .xz or other well known file ending for different compression.
| ||||||||||||||||||||||||||
▲ | mkl 3 days ago | parent [-] | |||||||||||||||||||||||||
> tar -cf archive.tar.gz foo bar This will create an uncompressed .tar with the wrong name. You need a z option to specify gzip. | ||||||||||||||||||||||||||
|