ed

The original Unix text editor. See also: awk, sed. More information: <https://www.gnu.org/software/ed/manual/ed_manual.html>.

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