DustDFG wrote:
I found that tarlz is starting infinite work when I run command with
-t flag but without -f flag.
The GNU tar prints an error message in this case
If no archive is specified (with -f), both GNU tar and tarlz try to read it
from standard input. This is not an infinite loop, just waiting for input.
$ tarlz -t tdelibs-trinity-14.0.11.tar.lz
^C
$ tar -t tdelibs-trinity-14.0.11.tar.lz
^C
$
If would have been easier if you had specified the exact commands used and
the error message reported by GNU tar, because as you can see above I can't
reproduce the error.
Antonio.