On 2020-11-27 18:22:01 [+0100], Vincent Lefevre wrote: > > "unxz -k" refuses to decompress a file because it has more than one > hard link. This is silly!
It may be silly but it is consistent with gzip's & bzip2's behaviour. `gzip' has this since the 90s. It is now restricted to less than 3 symlinks so it might be quota related, I have no idea. The -f option performs the operation anyway. Is this good enough? Sebastian