red
classic UNIX line editor
Install
- All systems
-
curl cmd.cat/red.sh
- Debian
-
apt-get install ed - Ubuntu
-
apt-get install ed -
Alpine
-
apk add ed - Arch Linux
-
pacman -S ed - Kali Linux
-
apt-get install ed - CentOS
-
yum install ed - Fedora
-
dnf install ed - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install ed - OS X
-
brew install ed - Raspbian
-
apt-get install ed - Docker
-
docker run cmd.cat/red redpowered by Commando
ed
classic UNIX line editor
ed is a line-oriented text editor. It is used to create, display, modify and otherwise manipulate text files. red is a restricted ed: it can only edit files in the current directory and cannot execute shell commands.