ok, [ and ] are special characters
I have two files:
testing1.tar with a file named te[sting
testing2.tar with a file named te]sting
--------------------------------
unar testing1.tar te[sting
testing1.tar: : Uncaught exception XADRegexException, reason: Could not
compile regex "^te[sting$": [ รณ ^[ desemparejados
------------------------------------
unar testing2.tar te]sting
testing2.tar: Tar
te]sting (8 B)... OK.
Successfully extracted to "./te]sting".
---------------------------------------
why with ] unar works perfectly ?
why [ fails ?
I think this is a bug
With the patch, [ and ] works and successfully ectracted.