C. ex commands
Contents:
This appendix presents an alphabetical list of ex commands, but first, it describes the syntax of ex commands. C.1 Command SyntaxTo enter an ex command from vi , use this form:
:[ address ] command [ options ] address is the line number or range of lines that are the object of command . If no address is given, the current line is the object of the command. C.1.1 Address SymbolsIn ex command syntax, address can be specified by any of the following:
C.1.2 Option SymbolsIn ex command syntax, options might be any of the following:
|
|