On Wed, May 06, 2015 at 10:01:29AM +0200, [email protected] wrote: > Le 2015-05-05 18:56, Geert Stappers a écrit: > > > > > >FWIW: I think that at '*' has to be something like > > > > tar xf data.tar > > > > Hum...Hum... True that I forget something... my bad. > This should be more something like this : > xzcat data.tar.xz | tar xvf -
Yes. Minor advice make it xzcat data.tar.xz | tar xf - So without the verbose option. Groeten Geert Stappers -- Leven en laten leven -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

