write

Write a message on the terminal of a specified logged in user (ctrl-C to stop writing messages). Use the who command to find out all terminal_ids of all active users active on the system. See also mesg. More information: <https://manned.org/write>.

Debian Debian
RUN apt-get update && \ apt-get install -y util-linux
Ubuntu
RUN apt-get update && \ apt-get install -y radare-common
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 util-linux
CentOS
RUN yum install -y util-linux
Fedora
RUN dnf install -y util-linux
Raspbian
RUN apt-get update && \ apt-get install -y radare-common
click the source code to copy install write on any operating system with command-not-found.com