Lines Matching refs:command
26 changed. But making the selection takes some typing. The "gv" command
51 a substitute command for each year that appears, the CTRL-A command can be
101 The CTRL-X command does subtraction in a similar way.
114 substitution command on all these files: >
118 The ":argdo" command takes an argument that is another command. That command
120 The "%s" substitute command that follows works on all lines. It finds the
123 The flags for the substitute command include "g" to replace all occurrences
127 The "|" separates two commands. The following "update" command writes the
131 There is also the ":windo" command, which executes its argument in all
134 Check this with the ":buffers" command (or ":ls").
144 not result in clear, commented command files; so here you will use Ex mode
145 instead. This mode gives you a nice command-line interface that makes it easy
146 to put into a batch file. ("Ex command" is just another name for a
147 command-line (:) command.)
168 The "lpr -r tempfile" command prints the resulting "tempfile" and deletes
180 This allows you to edit the output of the "ls" command, without first saving