read

Shell builtin for retrieving data from stdin. More information: <https://manned.org/read.1p>.

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