Lines Matching full:command

50 is a new command language interpreter for
84 is a command language interpreter.
86 is the name of one particular command interpreter on
90 is to translate command lines typed at a terminal into
130 mechanism which speeds command execution.
152 The shell is thus distinguished from the command interpreters of other
160 .I "command name"
163 Thus the command
170 names the command to be executed, in this case the
172 The shell uses the name of the command in attempting to execute it for you.
179 The rest of the words of the command are given as
181 to the command itself when it is executed.
189 command as follows.
209 The characters `% ' were printed before and after the mail command
212 After typing the `% ' prompt the shell was reading command input from
214 We typed a complete command `mail bill'.
228 A complete command is typed at the terminal, the shell executes
229 the command and when this execution completes, it prompts for a new command.
234 An example of a useful command you can execute now is the
236 command, which sets the default
261 some arguments rather specify an optional capability of the command
264 Thus the command
280 The manual section for each command in the \s-2UNIX\s0 reference manual
281 gives the available options for each command.
284 command has a large number of useful and interesting options.
297 The command
304 for the date command and the date command prints the date on its
310 of a command through a
314 Thus the command
320 command such that its standard output is
322 Thus this command places the current date and time into the file `now'.
325 command was unaware that its output was going to a file rather than
329 before the command began executing.
334 command was executed; the shell would have created the file if it did
360 command above, we don't really want to save the output forever, so we
399 of a command
403 of a command from a file.
406 We can give the command
412 command with standard input, where the command normally
421 command open the file
437 of one command with the standard input of another, i.e. to run the
440 For instance the command
457 command, combining it with
470 command run with the option
474 to the command
483 command in combination with the previous command doing
491 command asking it to sort numerically in reverse order (largest first).
492 This output has then been run into the command
498 Thus this command gives us the names and sizes of our 5 largest files.
506 The leftmost command in a pipeline will normally take its standard
551 change directory command.
592 If we wished to refer to all four of these files in a command, we could
597 This expression is expanded by the shell, before the command to which it is
603 of the command.
604 Thus the command
616 command receives four words as arguments, even though we only typed
664 a command (an
672 and does not execute the command.
710 If I give the command
714 the shell will expand this command to
734 Thus the command
746 digits, `/', `.' or `\-' in an argument word to a command is to enclose
767 which is an argument to a shell command. They can be combined, as in
780 When you are executing a command and the shell is
783 For instance if you type the command
795 command by typing ^C on your terminal.*
830 If a command has its standard input redirected from a file, then it will
836 the mail command will terminate without our typing a ^D.
845 command would then have written the text through the pipe to the
846 standard input of the mail command.
849 command completed it would have terminated,
853 command would have received an end-of-file from it and terminated.
858 Another possibility for stopping a command is to suspend its execution
863 The shell notices that the command(s) have been suspended, types
864 `Stopped' and then prompts for a new command.
865 The previously executing command has been suspended, but otherwise
867 while the original command remains suspended. The suspended command can
870 command with no arguments. The shell will then retype the command
871 to remind you which command is being continued, and cause the command
873 command have been changed in the meantime, the suspension has no effect
874 whatsoever on the execution of the command. This feature can be very useful
876 example of command suspension follows.
897 name of the file he wanted to mention. The mail command was suspended
899 suspended, it typed `Stopped' and prompted for a new command. Then the
901 command was typed to find out the name of the file. The
903 command was run to find out which command was suspended. At this time the
905 command was typed to continue execution of the mail program. Input
910 command will show which commands are suspended.
938 command. See section 2.6 for an example.
940 If you want to examine the output of a command without having it move
945 command will, you can use the command
959 works just like the more simple more command above.
975 command is thrown away (quickly) until the next input read occurs
976 or until the next shell prompt. This can be used to allow a command
989 command to the system:
1002 Before you do the `chsh' command, the shell you are using when