Lines Matching full:command
47 .TH COMMAND 1 "Apr 8, 2008"
49 command \- execute a simple command
51 .SS "/usr/bin/command"
54 \fBcommand\fR [\fB-p\fR] \fIcommand_name\fR [\fIargument\fR]...
59 \fBcommand\fR [\fB-v\fR | \fB-V\fR] \fIcommand_name\fR
65 \fBcommand\fR [\fB-pvxV\fR] [\fIcommand_name\fR [\fIargument\fR...]]
71 The \fBcommand\fR utility causes the shell to treat the arguments as a simple
72 command, suppressing the shell function lookup.
78 \fBcommand\fR (with no options) are the same as omitting \fBcommand\fR.
81 The \fBcommand\fR utility also provides information concerning how a command
86 Without the \fB-v\fR or \fB-V\fR option, \fBcommand\fR executes
88 shell function lookup that normally occurs. In addition, if \fIcommand\fR is a
89 special built-in command, the special properties are removed so that failures
93 If the \fB-v\fR or \fB-V\fR options are specified, \fBcommand\fR is equivalent
98 The following options are supported by \fB/usr/bin/command\fR:
105 Performs the command search using a default value for \fBPATH\fR that is
115 Writes a string to standard output that indicates the path or command that is
138 An alias is written as a command line that represents its alias definition.
205 The following options are supported by \fBksh93\fR \fBcommand\fR:
226 whence \fIcommand\fR [\fIargument\fR ...]
243 whence -v \fIcommand\fR [\fIargument\fR ...]
256 If command fails because there are too many arguments, it is invoked multiple
324 unset -f command
325 # Ensure command is not a user function.
326 PATH="$(command -p getconf _CS_PATH):$PATH"
348 that affect the execution of \fBcommand\fR: \fBLANG\fR, \fBLC_ALL\fR,
356 Determine the search path used during the command search, except as described
361 .SS "/usr/bin/command"
402 An error occurred in the \fBcommand\fR utility or the utility specified by
408 Otherwise, the exit status of \fBcommand\fR is that of the simple command
409 specified by the arguments to \fBcommand\fR.
413 If \fIcommand\fR is invoked, the exit status of \fBcommand\fR is that of
414 \fIcommand\fR. Otherwise, it is one of the following:
455 .SS "/usr/bin/command"