Lines Matching full:commands
78 Commands are read from the (single) following argument which must
107 Commands are parsed, but not executed.
141 variable to be set, so that commands are echoed immediately before execution.
151 commands to be executed.
168 begins by executing commands from the file
174 commands from
188 In the normal case, the shell will begin reading commands from the
200 When a login shell terminates, it executes commands from the files
260 .Ss Commands
264 a sequence of simple commands separated by
322 commands and eventually bring the job back into the
339 This request can usefully be typed ahead when you have prepared some commands
554 of new commands, making it easy to repeat commands, repeat arguments
582 Commands input from the terminal that consist of one or more words
585 saved commands into the input stream.
590 Commands are numbered sequentially from 1.
602 The commands are shown with their event numbers.
836 commands.
837 After a command line is scanned, it is parsed into distinct commands and
891 commands.
1084 are applied selectively to the arguments of built-in commands.
1087 For commands that are not internal to the shell, the command
1274 Commands that are substituted have all blanks, tabs, and newlines
1330 Thus, unlike some previous shells, commands run from a file of shell commands
1331 have no access to the text of the commands by default;
1357 Several of the built-in commands (to be described later)
1368 commands.
1485 The shell contains several commands that can be used to regulate the
1488 These commands all operate by forcing the shell to reread or skip in its
1490 of the commands.
1510 .Ss Built-in commands
1511 Built-in commands are executed within the shell.
1545 The remaining commands on the current line are executed.
1591 The rest of the commands on the current line are executed.
1629 This is usually used to execute commands
1660 and the sequence of commands between this command and the matching
1703 table has been at locating commands (and avoiding
1762 is true then the commands up to the first
1766 is true then the commands up to the
1945 placed on commands in simple
1989 continue to be ignored by the shell and all invoked commands.
2036 This is needed if new commands are added to directories in the
2040 commands to one of your own directories, or if a systems programmer
2135 The shell reads commands from
2138 commands may be nested; if they are nested too deeply the shell may
2144 commands.
2147 commands is not placed on the history list;
2150 option causes the commands to be placed on the
2278 While the specified expression evaluates to non-zero, the commands between
2406 commands.
2415 For non-built-in commands all expansions occur before echoing.
2416 Built-in commands are echoed before command and filename substitution,
2494 commands are to be sought for execution.
2525 If new commands are added to these directories
2528 or the commands may not be found.
2571 Built-in commands that fail return exit status 1,
2572 all other built-in commands set status to 0.
2574 Controls automatic timing of commands.
2615 Parenthesized commands are always executed in a sub-shell.
2630 Parenthesized commands are most often used to prevent
2636 file containing shell commands and a new shell is spawned to read it.
2660 commands) are immune to signals generated from the keyboard, including
2762 It suffices to place the sequence of commands in ()'s to force it to
2775 Commands within loops, prompted for by
2781 commands.
2782 This would allow control commands to be placed anywhere,