vi
vi
- Universally available text editor in Linux
- Not VIM, which stands for "vi iMproved"
vi [file name]
- Opens a file in "vi" text editor
- vi editing commands
a
- start editingEsc
- stop editing:
- Command for vi:wq!
- quitw
- writeq
- quit!
- force/ignore errors