Lines Matching full:command

38 indicate that the command
50 by the command
115 command, or a transformation on a command to be performed in
117 The shell has a command
122 The command
131 Thus the command
136 .I "command name"
143 .I "command name"
146 of the command (1.1).
148 The list of arguments to a command written in the shell language
172 command causes a
198 is a builtin command used to exit from loops within the control
203 builtin command is used to exit from a
209 A command executed directly by the shell is called a
211 command.
223 command is used as a label in a
238 command is used to change the
250 command is a synonym for
257 command is used to change the shell which you use on \s-2UNIX\s0.
269 The next time you log in to \s-2UNIX\s0 after doing this command,
280 .IP command
283 .I command )
286 .I command
288 .IP "command name"
290 When a command is issued, it consists of a
291 .I "command name" ,
292 which is the first word of the command,
295 command names the function to be performed (1.1).
296 .IP "command substitution"
298 The replacement of a command enclosed in `\`' characters
299 by the text output by that command
301 .I "command substitution"
318 A builtin command which causes execution of the enclosing
325 command in the programming language C (3.6).
388 command prints the current date and time (1.3).
413 A command that continues running in the
433 whose names can be printed by the command
437 command will change you to another
456 command. The
460 command, which includes your current
466 command prints the shell's
472 command is a program (described in `du (1)') which
480 command prints its arguments (1.6, 3.6).
484 command is part of the `if-then-else-endif' control
485 command construct (3.6).
504 and whenever a command reads to the end of a file which
510 when the command sending them input completes.
564 command is used to force termination of a shell script,
567 A command which discovers a problem may reflect this back to the command
575 command can be used to force a shell command script to give a non-zero
585 the last command is a `history expansion'.
620 command
666 (list files) command has an option
675 command is used in shell scripts and at the terminal to specify
681 command they are said to be
692 The shell has a command
698 command searches through a list of argument files for a specified string.
720 command prints the first few lines of one or more files.
747 the meaning of the command.
765 command with no arguments takes you back to this directory, whose
775 A conditional command within the shell, the
777 command is used in shell command scripts to make decisions
790 file and then use the command
814 command in the
816 The leftmost command in a
835 are doing and prompting for another command.
836 While the shell is executing another command and waiting for it
873 command. This number, preceded by a `%' character, can be used as an argument
881 command prints a table showing
888 A command which sends a
917 command causes a login shell to exit.
936 The command
953 (list files) command is one of the most commonly used \s-2UNIX\s0
970 command is used to maintain one or more related files and to
975 shell command scripts (3.2).
999 command.
1006 command.
1033 command is used to create a new directory.
1044 .I "command substitution"
1072 command tells the shell to report on the termination of a specific
1085 command is built into the shell and is used to control the action
1086 of a shell command script when an
1101 of a command to a file (1.3).
1107 of one command to become the
1109 of another command (1.5).
1118 command places its output on another user's terminal rather than its
1126 has been sent to a file or another command, but it is possible
1135 It always checks first to see if the command it is given is
1137 If it is, then it need not search for the command as it can do it internally.
1138 If the command is not builtin, then the shell searches for a file
1150 command (2.2).
1151 If the command cannot be found the shell will print an error diagnostic.
1154 This is normally true because a command of the form
1162 the command
1203 command changes the shell's
1207 command. It returns to the directory without having to type its name,
1223 command is used to prepare listings of the contents of files
1229 command is used
1255 .I command ;
1256 a binary file or shell command script
1278 command, which means `push directory', changes the shell's
1285 command later without retyping its name (2.7).
1289 command is used to show the processes you are currently running.
1295 The command is identified by printing some of the words used
1301 command, are not normally shown in the output.
1305 command prints the full
1311 builtin command is usually a better and faster choice.
1332 command tells the shell to rebuild its internal table of which commands
1366 command iterates another command a specified number of times.
1403 Sequences of shell commands placed in a file are called shell command
1412 command is used to assign new values to shell variables
1417 command the behavior of the shell can be affected (2.1).
1422 builtin command (2.8).
1425 command can be used to print the value of the variables in the environment.
1429 is a command language interpreter.
1467 command causes the shell to read commands from a specified file.
1489 A command normally returns a
1494 of zero indicates that the command succeeded.
1502 returned by the last command.
1503 It is most useful in shell command scripts (3.6).
1507 command causes a
1546 command (for
1554 command (2.6).
1558 command of the shell allows the shell
1565 When a command which is being executed finishes we say it undergoes
1585 command is part of the shell's
1586 `if-then-else-endif' control construct used in command scripts (3.6).
1590 command can be used to measure the amount of \s-2CPU\s0
1591 and real time consumed by a specified command as well
1593 of page faults and swaps taken by the command (2.1, 2.8).
1610 command will print the name of the
1618 command removes aliases (2.8).
1630 command removes the definitions of shell variables (2.2, 2.8).
1656 are also used in writing shell programs (shell command scripts)
1668 command line option (3.10).
1677 builtin control construct is used in shell command scripts (3.7).
1679 A sequence of characters which forms an argument to a command is called
1704 command and the files listed by
1714 command is an obsolete way of communicating with other users who are logged in to