Matt Stegman wrote: > Quickly, you can do it one of two ways. > > $ bzcat file.tar.bz2 | tar x No. This will not work: you must tell tar that it is given a file through standard input (tar's default input is the tape device, /dev/st0) The correct command is: $ bzcat file.tar.bz2 | tar xf - -- Jean-Louis Debert [EMAIL PROTECTED] 74 Annemasse France old Linux fan
- [expert] Unzipping a file Wayne Petherick
- Re: [expert] Unzipping a file kaygee
- Re: [expert] Unzipping a file Jean-Louis Debert
- Re: [expert] Unzipping a file Vic
- Re: [expert] Unzipping a file John Aldrich
- Re: [expert] Unzipping a file Mike Corbeil
- Re: [expert] Unzipping a file Matt Stegman
- Re: [expert] Unzipping a file Jean-Louis Debert
- Re: [expert] Unzipping a file Matt Stegman
- Re: [expert] Unzipping a file Brian T. Schellenberger
- Re: [expert] Unzipping a file Brian T. Schellenberger
- Re: [expert] Unzipping a file Wolfgang Bornath
- Re: [expert] Unzipping a file Mike Corbeil
- Re: [expert] Unzipping a fil... Brian T. Schellenberger
- Re: [expert] Unzipping a... Mike Corbeil
- Re: [expert] Unzipping a file Ron Stodden
- Re: [expert] Unzipping a file Mike Corbeil
- Re: [expert] Unzipping a fil... Jean-Louis Debert
