Lines Matching full:shell

34 shell and gives references to sections of the shell
116 the shell.
117 The shell has a command
148 The list of arguments to a command written in the shell language
149 (a shell script or shell procedure) is stored in a variable called
151 within the shell.
178 A directory containing binaries of programs and shell scripts to be
199 structure of the shell (3.7).
209 A command executed directly by the shell is called a
212 Most commands in \s-2UNIX\s0 are not built into the shell,
225 statement in the shell's control structure, similar to that of the
227 Details are given in the shell documentation `csh (1)' (3.7).
257 command is used to change the shell which you use on \s-2UNIX\s0.
258 By default, you use a different version of the shell
260 You can change your shell to `/bin/csh' by doing
272 rather than the shell in `/bin/sh' (1.9).
281 A function performed by the system, either by the shell
347 If the shell produces a message of the form
362 The name of the shell
369 directory is read by each shell as it begins execution.
378 variable in the shell holds the
382 It is changed by the shell whenever your current
391 is the process of correcting mistakes in programs and shell scripts.
392 The shell has several options and variables which may be used
393 to aid in shell
399 is used within shell
448 The shell saves the names of previous
466 command prints the shell's
513 The shell has an option to ignore
564 command is used to force termination of a shell script,
565 and is built into the shell (3.9).
568 (such as a shell) which invoked (executed) it.
575 command can be used to force a shell command script to give a non-zero
579 The replacement of strings in the shell input which contain metacharacters
592 are used in the shell
593 to control the conditional structures used in the writing of shell
595 The operators available in shell
675 command is used in shell scripts and at the terminal to specify
677 shell variable ranges through a specified list (3.6, 4.1).
680 shell is waiting for them to finish before prompting for another
692 The shell has a command
694 used in shell scripts to transfer control to a given label (3.7).
741 stored in a shell variable to be used (3.6).
745 mechanism of the shell allows previous commands to be repeated,
748 The shell has a
766 name is recorded in the shell variable
775 A conditional command within the shell, the
777 command is used in shell command scripts to make decisions
780 Normally, your shell will exit, printing
808 can be redirected from a file using a shell metanotation
823 Special mechanisms exist for supplying input to commands in shell
831 Certain programs, such as the shell and the editors,
836 While the shell is executing another command and waiting for it
837 to finish, the shell does not listen to
839 The shell often wakes up when you hit
896 directory is read by the shell each time you login to \s-2UNIX\s0
901 commands to the shell itself (2.1).
902 .IP "login\ shell"
903 The shell that is started on your terminal when you login is called
905 .I "login shell" .
907 shell scripts)
917 command causes a login shell to exit.
918 Normally, a login shell will exit when you hit control-d
929 When you log off of \s-2UNIX\s0 the shell will execute commands from
975 shell command scripts (3.2).
1011 either to the shell or to \s-2UNIX\s0.
1057 The shell has a variable
1062 metasyntax of the shell (2.2, 2.5).
1064 The shell variable
1072 command tells the shell to report on the termination of a specific
1078 variable, if set, causes the shell to always report the termination
1085 command is built into the shell and is used to control the action
1086 of a shell command script when an
1098 The shell has a syntax using the metacharacter `>' for redirecting
1131 The shell has a variable
1136 built into the shell.
1138 If the command is not builtin, then the shell searches for a file
1148 the shell normally looks in the current directory, and then in
1151 If the command cannot be found the shell will print an error diagnostic.
1152 Scripts of shell commands will be executed using another shell to interpret
1199 the shell metacharacter `|' (1.5, 2.3).
1203 command changes the shell's
1256 a binary file or shell command script
1266 The shell
1270 The shell has a variable
1272 which may be set to a different value to change the shell's main
1274 This is mostly used when debugging the shell (2.8).
1278 command, which means `push directory', changes the shell's
1332 command tells the shell to rebuild its internal table of which commands
1403 Sequences of shell commands placed in a file are called shell command
1408 using the shell to selectively run other programs (3.3, 3.10).
1412 command is used to assign new values to shell variables
1414 Many shell variables have special meaning to the shell itself.
1417 command the behavior of the shell can be affected (2.1).
1426 .IP shell
1428 .I shell
1431 .I shell ,
1437 .I shell ,
1440 .IP "shell script"
1467 command causes the shell to read commands from a specified file.
1498 The shell variable
1503 It is most useful in shell command scripts (3.6).
1523 The shell implements a number of
1558 command of the shell allows the shell
1585 command is part of the shell's
1630 command removes the definitions of shell variables (2.2, 2.8).
1646 of the shell.
1656 are also used in writing shell programs (shell command scripts)
1661 shell variable can be set to cause commands to be echoed
1663 This is often useful in debugging shell scripts.
1666 variable is set by the shell's
1677 builtin control construct is used in shell command scripts (3.7).