Linux Command
ex
Start the ex editing mode of vim editor
Supplementary instructions
Start the vim text editor in ex mode. The ex execution effect is the same as vi -E. For applicable methods and parameters, please refer to the vi command. If you want to return to the normal mode from Ex mode, enter :vi or :visual in vim.
grammar
ex (parameter)
Parameters
File: Specify the file to be edited.


