nview
4.4BSD re-implementation of vi
Install
- All systems
-
curl cmd.cat/nview.sh
- Debian
-
apt-get install nvi
- Ubuntu
-
apt-get install nvi
- Kali Linux
-
apt-get install nvi
- Fedora
-
dnf install nvi
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install nvi
- OS X
-
brew install nvi
- Raspbian
-
apt-get install nvi
- Dockerfile
- dockerfile.run/nview
nvi
4.4BSD re-implementation of vi
Vi is the original screen based text editor for Unix systems. It is considered the standard text editor, and is available on almost all Unix systems. Nvi is intended as a "bug-for-bug compatible" clone of the original BSD vi editor. As such, it doesn't have a lot of snazzy features as do some of the other vi clones such as elvis and vim. However, if all you want is vi, this is the one to get.