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 is a simple command in Linux. It is the most popular in use terminal Linux Vi has three main modes Command mode, Insert mode and Command-Line mode. Thank you for reading the DevopsRoles page!
