Bugzilla – Bug 1215855
Missing POSIX awk
Last modified: 2023-11-22 17:04:48 UTC
Hello, I have just started using the openSUSE Tumbleweed docker image, but I have noticed that the regular POSIX awk tool is missing. I know I can install gawk by zypper, but this seems to be a bit off. Why is that so? It is common for other Linux distributions to include such a core utilities.
It's simply because nothing we currently install requires it. it used to be required by rpm.
Hi Tomas, is there a concrete error or usecase that requires awk? we're curious on this and would like to (internally) document why it was added to the container.
Well it's not an internal bug, but I was surprised that this distribution doesn't include this utility. After all, it is part of POSIX. https://pubs.opengroup.org/onlinepubs/9699919799/idx/utilities.html
Moreover, I think that those few extra bytes are not bad and it will save work and especially headache for administrators who are used to POSIX environment.