Lines Matching full:command
13 command-line interpreter: it reads lines typed by the user and
22 In simplest form, a command line consists of the command
23 name followed by arguments to the command, all separated
26 command arg\*s\d1\u\*n arg\*s\d2\u\*n .\|.\|. arg\*s\dn\u\*n
28 The \&shell splits up the command name and the arguments into
31 .UL command
33 .UL command
37 .UL command
42 to the command.
43 When the command is finished, the \&shell
45 to accept another command by typing a prompt character.
48 .UL command
54 .UL command
86 arguments to a command is prefixed by ``>'', file descriptor
87 1 will, for the duration of the command, refer to the
95 The command:
113 The command
126 to be an argument to the command, in fact it is interpreted
128 command at all.
130 command; the command need merely use the standard file
143 to direct output from one command to
148 that the standard output of each command
150 the next command in the sequence.
151 Thus in the command line:
167 this command spools its input onto a file for off-line
183 command
208 6.3 Command separators; multitasking
220 If a command is followed
221 by ``\f3&\f1,'' the \&shell will not wait for the command to finish before
223 to accept a new command.
237 the completion of a command,
239 process running that command is printed.
241 wait for the completion of the command or to
264 6.4 The \&shell as a command; command files
266 The \&shell is itself a command, and may be called recursively.
277 command causes the file
292 the command:
312 is waiting for the user to type a command.
318 The \&shell analyzes the command line, putting the
337 When this happens, the \&shell knows the command is finished, so
339 command.
342 is trivial; whenever a command line contains ``\f3&\f1,''
345 to execute the command.
355 The \&shell, of course, uses these files to read command
357 its children\(emthe command programs\(eminherit them automatically.
372 Because the process in which the command program runs simply terminates
394 reads another command line.)
397 Thus, when the \&shell is executed as a command with
415 command may then be processed.
483 to interpret command lines.