Add a simple tip to faq.txt about tar and xz.
authorLasse Collin <lasse.collin@tukaani.org>
Wed, 31 Mar 2010 13:47:25 +0000 (16:47 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Wed, 31 Mar 2010 13:47:25 +0000 (16:47 +0300)
Thanks to Gilles Espinasse.

THANKS
doc/faq.txt

diff --git a/THANKS b/THANKS
index 40b8689..00f4dbc 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -16,6 +16,7 @@ has been important. :-) In alphabetical order:
   - Markus Duft
   - İsmail Dönmez
   - Robert Elz
+  - Gilles Espinasse
   - Mike Frysinger
   - Joachim Henke
   - Peter Ivanov
index 14860e7..8e87457 100644 (file)
@@ -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.
 
 
+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)?
 
 A:  It may be possible if the file consists of multiple blocks, which