Lines Matching full:command
47 is a new command language interpreter for
81 is a command language interpreter.
83 is the name of one particular command interpreter on
87 is to translate command lines typed at a terminal into
127 mechanism which speeds command execution.
149 The shell is thus distinguished from the command interpreters of other
157 .I "command name"
160 Thus the command
167 names the command to be executed, in this case the
169 The shell uses the name of the command in attempting to execute it for you.
176 The rest of the words of the command are given as
178 to the command itself when it is executed.
186 command as follows.
206 The characters `% ' were printed before and after the mail command
209 After typing the `% ' prompt the shell was reading command input from
211 We typed a complete command `mail bill'.
225 A complete command is typed at the terminal, the shell executes
226 the command and when this execution completes, it prompts for a new command.
231 An example of a useful command you can execute now is the
233 command, which sets the default
258 some arguments rather specify an optional capability of the command
261 Thus the command
277 The manual section for each command in the \s-2UNIX\s0 reference manual
278 gives the available options for each command.
281 command has a large number of useful and interesting options.
294 The command
301 for the date command and the date command prints the date on its
307 of a command through a
311 Thus the command
317 command such that its standard output is
319 Thus this command places the current date and time into the file `now'.
322 command was unaware that its output was going to a file rather than
326 before the command began executing.
331 command was executed; the shell would have created the file if it did
357 command above, we don't really want to save the output forever, so we
396 of a command
400 of a command from a file.
403 We can give the command
409 command with standard input, where the command normally
418 command open the file
434 of one command with the standard input of another, i.e. to run the
437 For instance the command
454 command, combining it with
467 command run with the option
471 to the command
480 command in combination with the previous command doing
488 command asking it to sort numerically in reverse order (largest first).
489 This output has then been run into the command
495 Thus this command gives us the names and sizes of our 5 largest files.
503 The leftmost command in a pipeline will normally take its standard
548 change directory command.
589 If we wished to refer to all four of these files in a command, we could
594 This expression is expanded by the shell, before the command to which it is
600 of the command.
601 Thus the command
613 command receives four words as arguments, even though we only typed
661 a command (an
669 and does not execute the command.
707 If I give the command
711 the shell will expand this command to
731 Thus the command
743 digits, `/', `.' or `\-' in an argument word to a command is to enclose
764 which is an argument to a shell command. They can be combined, as in
777 When you are executing a command and the shell is
780 For instance if you type the command
792 command by typing ^C on your terminal.*
827 If a command has its standard input redirected from a file, then it will
833 the mail command will terminate without our typing a ^D.
842 command would then have written the text through the pipe to the
843 standard input of the mail command.
846 command completed it would have terminated,
850 command would have received an end-of-file from it and terminated.
855 Another possibility for stopping a command is to suspend its execution
860 The shell notices that the command(s) have been suspended, types
861 `Stopped' and then prompts for a new command.
862 The previously executing command has been suspended, but otherwise
864 while the original command remains suspended. The suspended command can
867 command with no arguments. The shell will then retype the command
868 to remind you which command is being continued, and cause the command
870 command have been changed in the meantime, the suspension has no effect
871 whatsoever on the execution of the command. This feature can be very useful
874 example of command suspension follows.
895 name of the file he wanted to mention. The mail command was suspended
897 suspended, it typed `Stopped' and prompted for a new command. Then the
899 command was typed to find out the name of the file. The
901 command was run to find out which command was suspended.
904 command was typed to continue execution of the mail program. Input
909 command will show which commands are suspended.
937 command. See section 2.6 for an example.
939 If you want to examine the output of a command without having it move
944 command will, you can use the command
958 works just like the more simple more command above.
974 command is thrown away (quickly) until the next input read occurs
975 or until the next shell prompt. This can be used to allow a command
988 command to the system:
1001 Before you do the `chsh' command, the shell you are using when