column

Format stdin or a file into multiple columns. Columns are filled before rows; the default separator is a whitespace. More information: <https://manned.org/column>.

Debian Debian
RUN apt-get update && \ apt-get install -y bsdmainutils
Ubuntu
RUN apt-get update && \ apt-get install -y bsdmainutils
Alpine
RUN apk add util-linux
Arch Arch Linux
RUN pacman -S --noconfirm util-linux
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y bsdmainutils
CentOS
RUN yum install -y util-linux
Fedora
RUN dnf install -y util-linux
Raspbian
RUN apt-get update && \ apt-get install -y bsdmainutils
click the source code to copy install column on any operating system with command-not-found.com