The plan9 one is short and sweet, but what I don't like is that it doesn't support the dashdash thing that unambiguously marks that rest of the arguments should be interpreted as files and not flags. Needed for reliable defensive shell scripts imo.
You may say "it has no options anyway" but other cats do. And you may want to add options in a future version.
12 comments
[ 3.0 ms ] story [ 32.3 ms ] threadhttps://github.com/0intro/plan9-contrib/blob/master/sys/src/...
Also mentioned in sysfatal(2)'s manual:
http://man.cat-v.org/9front/2/perror
You may say "it has no options anyway" but other cats do. And you may want to add options in a future version.
Now I think it made it into POSIX only fairly recently (corrections welcome)
(it is a good idea, though)