Lines Matching full:command

42 indicate that the command
54 by the command
118 command, or a transformation on a command to be performed in
120 The shell has a command
125 The command
134 Thus the command
139 .I "command name"
146 .I "command name"
149 of the command (1.1).
151 The list of arguments to a command written in the shell language
175 command causes a
202 is a builtin command used to exit from loops within the control
207 builtin command is used to exit from a
213 A command executed directly by the shell is called a
215 command.
227 command is used as a label in a
242 command is used to change the
254 command is a synonym for
261 command is used to change the shell which you use on UNIX.
273 The next time you log in to UNIX after doing this command,
284 .IP command
287 .I command )
290 .I command
292 .IP "command name"
294 When a command is issued, it consists of a
295 .I "command name" ,
296 which is the first word of the command,
299 command names the function to be performed (1.1).
300 .IP "command substitution"
302 The replacement of a command enclosed in `\`' characters
303 by the text output by that command
305 .I "command substitution"
322 A builtin command which causes execution of the enclosing
329 command in the programming language C (3.6).
392 command prints the current date and time (1.3).
417 A command that continues running in the
437 whose name can be printed by the command
441 command will change you to another
460 command. The
464 command, which includes your current
470 command prints the shell's
476 command is a program (described in du(1)) which
484 command prints its arguments (1.6, 3.6).
488 command is part of the `if-then-else-endif' control
489 command construct (3.6).
508 and whenever a command reads to the end of a file which
514 when the command sending them input completes.
568 command is used to force termination of a shell script,
571 A command which discovers a problem may reflect this back to the command
579 command can be used to force a shell command script to give a non-zero
589 the last command is a `history expansion'.
624 command
670 (list files) command has an option
679 command is used in shell scripts and at the terminal to specify
685 command they are said to be
696 The shell has a command
702 command searches through a list of argument files for a specified string.
724 command prints the first few lines of one or more files.
751 the meaning of the command.
769 command with no arguments takes you back to this directory, whose
779 A conditional command within the shell, the
781 command is used in shell command scripts to make decisions
794 file and then use the command
818 command in the
820 The leftmost command in a
839 are doing and prompting for another command.
840 While the shell is executing another command and waiting for it
881 command. This number, preceded by a `%' character, can be used as an argument
889 command prints a table showing
896 A command which sends a
925 command causes a login shell to exit.
944 The command
961 (list files) command is one of the most commonly used UNIX
978 command is used to maintain one or more related files and to
983 shell command scripts (3.2).
1008 command.
1014 command.
1041 command is used to create a new directory.
1052 .I "command substitution"
1080 command tells the shell to report on the termination of a specific
1093 command is built into the shell and is used to control the action
1094 of a shell command script when an
1109 of a command to a file (1.3).
1115 of one command to become the
1117 of another command (1.5).
1126 command places its output on another user's terminal rather than its
1134 has been sent to a file or another command, but it is possible
1143 It always checks first to see if the command it is given is
1145 If it is, then it need not search for the command as it can do it internally.
1146 If the command is not builtin, then the shell searches for a file
1159 command (2.2).
1160 If the command cannot be found the shell will print an error diagnostic.
1163 This is normally true because a command of the form
1171 the command
1212 command changes the shell's
1216 command. It returns to the directory without having to type its name,
1232 command is used to prepare listings of the contents of files
1238 command is used
1264 .I command ;
1265 a binary file or shell command script
1287 command, which means `push directory', changes the shell's
1294 command later without retyping its name (2.7).
1298 command is used to show the processes you are currently running.
1304 The command is identified by printing some of the words used
1310 .\" command, are not normally shown in the output.
1314 command prints the full
1320 builtin command is usually a better and faster choice.
1341 command tells the shell to rebuild its internal table of which commands
1375 command iterates another command a specified number of times.
1412 Sequences of shell commands placed in a file are called shell command
1421 command is used to assign new values to shell variables
1426 command the behavior of the shell can be affected (2.1).
1431 builtin command (2.8).
1434 command can be used to print the value of the variables in the environment.
1438 is a command language interpreter.
1476 command causes the shell to read commands from a specified file.
1498 A command normally returns a
1503 of zero indicates that the command succeeded.
1511 returned by the last command.
1512 It is most useful in shell command scripts (3.6).
1516 command causes a
1555 command (for
1563 command (2.6).
1567 command of the shell allows the shell
1574 When a command which is being executed finishes we say it undergoes
1594 command is part of the shell's
1595 `if-then-else-endif' control construct used in command scripts (3.6).
1599 command can be used to measure the amount of CPU
1600 and real time consumed by a specified command as well
1602 of page faults and swaps taken by the command (2.1, 2.8).
1619 command will print the name of the
1627 command removes aliases (2.8).
1639 command removes the definitions of shell variables (2.2, 2.8).
1665 are also used in writing shell programs (shell command scripts)
1677 command line option (3.10).
1686 builtin control construct is used in shell command scripts (3.7).
1688 A sequence of characters which forms an argument to a command is called
1713 command and the files listed by
1723 command is an obsolete way of communicating with other users who are logged in to