colrm
Remove columns from stdin. More information: <https://manned.org/colrm>.
RUN apt-get update && \
apt-get install -y bsdmainutils
RUN apt-get update && \
apt-get install -y bsdmainutils
RUN apk add util-linux
RUN pacman -S --noconfirm util-linux
RUN apt-get update && \
apt-get install -y bsdmainutils
RUN yum install -y util-linux
RUN dnf install -y util-linux
RUN apt-get update && \
apt-get install -y bsdmainutils