Lines Matching full:command
26 \fBexec\fR \fIcommand\fR
53 \fB+exec\fR [\fB-c\fR] [\fB-a\fR \fIname\fR] [\fIcommand\fR [\fIargument\fR ... ]]
65 The \fBexec\fR command specified by the arguments is executed in place of this
71 and the resulting command(s) executed.
75 \fBexec\fR executes \fBcommand\fR in place of the current shell, which
80 resulting command(s). This is usually used to execute commands generated as the
81 result of command or variable substitution.
101 With the \fBexec\fR built-in, if \fIarg\fR is specified, the command specified
104 no arguments are specified the effect of this command is to modify file
111 command(s) executed.
119 Variable assignment lists preceding the command remain in effect when the
120 command completes.
135 Words, following a command preceded by ** that are in the format of a
143 \fBexec\fR is a special built-in command that can be used to manipulate file
144 descriptors or to replace the current shell with a new command.
147 If \fIcommand\fR is specified, then the current shell process is replaced by
148 \fIcommand\fR rather than running \fIcommand\fR and waiting for it to complete.
161 Because \fBexec\fR is a special command, any failure causes the script that
163 \fBcommand\fR utility.
170 \fBeval\fR is a shell special built-in command that constructs a command by
173 environment. command words are expanded twice, once to construct
174 \fIargument\fR, and again when the shell executes the constructed command. It
184 Variable assignment lists preceding the command remain in effect when the
185 command completes.
205 Words following a command preceded by \fB++\fR that are in the format of a
221 \fBargv[0]\fR is set to \fIname\fR for command.
231 that are part of the current \fBexec\fR command.
263 \fIcommand\fR was not found.
272 \fIcommand\fR was found, but it is not an executable utility.
278 The following exit values are returned by \fBexec\fR. If \fIcommand\fR is
304 is the exit status of the command defined by the \fIargument\fR operands.