Bug#597816: Command to extract bzip2 files is incorrect

2010-09-23 Thread Mathieu Parent
Package: debian-reference-common Version: 2.44 Severity: normal In table 1.16 List of basic Unix commands (section 1.4.10. Basic Unix commands), command to extract bz2 files doesn't work: -`tar -xvf -j foo.tar.bz2` extract files from `foo.tar.bz2` archive +`tar -xvjf foo.tar.bz2`

Bug#597816: Command to extract bzip2 files is incorrect

2010-09-23 Thread Osamu Aoki
tags 597816 pending thanks On Thu, Sep 23, 2010 at 11:59:53AM +0200, Mathieu Parent wrote: Package: debian-reference-common Version: 2.44 I just uploaded this one. In table 1.16 List of basic Unix commands (section 1.4.10. Basic Unix commands), command to extract bz2 files doesn't work: