vi command means Open a text editor.
Syntax
vi [-eFRrS] [-c cmd] [-t tag] [-w size] [file …]
On the man page, the describes it
- vi – Vi has three main modes Command mode, Insert mode and Command-Line mode.
- man vi – More details information about vi command.
vi command in Linux with Examples
$ vi devopsroles.txt
Conclusion
vi