Dmitry V. Levin <[email protected]> ha escrit: > introduces a regression: > > $ touch empty && tar -cf empty.tar empty && tar -tf empty.tar | : > tar: write error
This is intended behavior: instead of silently ignoring the error, tar reports it. Regards, Sergey
