Lines Matching full:command

15      [+\fIcommand\fR | \fB-c\fR \fIcommand\fR] \fIfilename\fR...
22 [+\fIcommand\fR | \fB-c\fR \fIcommand\fR] \fIfilename\fR...
29 [+\fIcommand\fR | \fB-c\fR \fIcommand\fR] \fIfilename\fR...
36 new or casual users who wish to use a command-oriented editor. It operates
81 To edit the contents of an existing file you begin with the command \fBedit
84 create a new file, you also begin with the command \fBedit\fR with a filename:
88 The \fBedit\fR command prompt is the colon (\fB:\fR), which you should see
102 \fBappend\fR (\fBa\fR) command can be used. After you execute this command
106 becomes the current line. The \fBinsert\fR (\fBi\fR) command is like
112 having number 1. If you execute the command \fB1\fR, then \fBedit\fR types the
113 first line of the buffer. If you then execute the command \fBd\fR, \fBedit\fR
116 current line is always the last line affected by a command.
120 \fBsubstitute\fR (\fBs\fR) command: \fBs\fR/\fIold\fR\|/\fInew\fR/ where
125 The \fBfilename\fR (\fBf\fR) command tells you how many lines there are in the
128 executing a \fBwrite\fR (\fBw\fR) command. You can leave the editor by issuing
129 a \fBquit\fR (\fBq\fR) command. If you run \fBedit\fR on a file, but do not
133 overrides)\fR, and \fBedit\fR waits for another command. If you do not want to
134 write the buffer out, issue the \fBquit\fR command followed by an exclamation
144 The \fBchange\fR (\fBc\fR) command changes the current line to a sequence of
152 The \fBundo\fR (\fBu\fR) command reverses the effect of the last command you
154 command that does not do what you want, type \fBu\fR and the old contents of
155 the line are restored. You can also \fBundo\fR an \fBundo\fR command.
156 \fBedit\fR gives you a warning message when a command affects more than one
165 executing the \fBz\fR command. The current line appears in the middle of the
167 get back to the line where you were before you executed the \fBz\fR command by
168 typing \fB\&''\fR. The \fBz\fR command has other options: \fBz\(mi\fR prints a
176 can delete 5 lines starting with the current line with the command \fBd5\fR.
194 to it by its symbolic name $. Thus the command \fB$d\fR deletes the last line
207 an \fBedit\fR (\fBe\fR) command after copying the lines; following the \fBe\fR
208 command with the name of the other file you wish to edit, that is, \fBedit
216 These options can be turned on or off using the \fBset\fR command in
225 the \fBC\fR command of \fBex\fR. The \fBC\fR command is like the \fBX\fR
226 command of \fBex\fR, except that all text read in is assumed to have been
285 effect by simply typing the \fBvi\fR command itself.
305 Encryption option; when used, \fBedit\fR simulates the \fBX\fR command of
307 decrypt text using the algorithm of the \fBcrypt\fR command. The \fBX\fR
308 command makes an educated guess to determine whether text read in is encrypted
326 \fB\fB+\fR\fIcommand\fR | \fB-c\fR\fI command\fR\fR
329 Begin editing by executing the specified editor \fBcommand\fR (usually a search
330 or positioning command).