mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Add a simple tip to faq.txt about tar and xz.
Thanks to Gilles Espinasse.
This commit is contained in:
parent
c737eec91d
commit
a1f7a986b8
2 changed files with 7 additions and 0 deletions
1
THANKS
1
THANKS
|
@ -16,6 +16,7 @@ has been important. :-) In alphabetical order:
|
||||||
- Markus Duft
|
- Markus Duft
|
||||||
- İsmail Dönmez
|
- İsmail Dönmez
|
||||||
- Robert Elz
|
- Robert Elz
|
||||||
|
- Gilles Espinasse
|
||||||
- Mike Frysinger
|
- Mike Frysinger
|
||||||
- Joachim Henke
|
- Joachim Henke
|
||||||
- Peter Ivanov
|
- Peter Ivanov
|
||||||
|
|
|
@ -67,6 +67,12 @@ A: For now, no. Since XZ Utils supports the .lzma format, it's usually
|
||||||
tool, contact Lasse Collin and offer some money.
|
tool, contact Lasse Collin and offer some money.
|
||||||
|
|
||||||
|
|
||||||
|
Q: I have installed xz, but my tar doesn't recognize .tar.xz files.
|
||||||
|
How can I extract .tar.xz files?
|
||||||
|
|
||||||
|
A: xz -dc foo.tar.xz | tar xf -
|
||||||
|
|
||||||
|
|
||||||
Q: Can I recover parts of a broken .xz file (e.g. corrupted CD-R)?
|
Q: Can I recover parts of a broken .xz file (e.g. corrupted CD-R)?
|
||||||
|
|
||||||
A: It may be possible if the file consists of multiple blocks, which
|
A: It may be possible if the file consists of multiple blocks, which
|
||||||
|
|
Loading…
Reference in a new issue