tar -I pixz -cf foo.tar.xz ./foo compress the Stuff.
tar -I pixz -xf foo.tar.xz decompress the Stuff.
And with pixz -l foo.tar.xz comes a list the contents.
How can i do this with (mc) Midnight Commander?
If i select foo.tar.xz in mc and press Enter, it comes nothing.
The CPU usage goes for a moment high but nothing comes than, no error.
Normaly mc can open archive files like this?
How can mc open and browse an indexed .tar.xz file?