Lines Matching full:command

55 is a new command language interpreter for
89 is a command language interpreter.
91 is the name of one particular command interpreter on
95 is to translate command lines typed at a terminal into
135 mechanism which speeds command execution.
157 The shell is thus distinguished from the command interpreters of other
165 .I "command name"
168 Thus the command
175 names the command to be executed, in this case the
177 The shell uses the name of the command in attempting to execute it for you.
184 The rest of the words of the command are given as
186 to the command itself when it is executed.
194 command as follows.
214 The characters `% ' were printed before and after the mail command
217 After typing the `% ' prompt, the shell was reading command input from
219 We typed a complete command `mail bill'.
233 A complete command is typed at the terminal, the shell executes
234 the command and when this execution completes, it prompts for a new command.
239 An example of a useful command you can execute now is the
241 command, which sets the default
266 some arguments rather specify an optional capability of the command
269 Thus the command
285 The manual section for each command in the UNIX reference manual
286 gives the available options for each command.
289 command has a large number of useful and interesting options.
302 The command
309 for the date command and the date command prints the date on its
315 of a command through a
319 Thus the command
325 command such that its standard output is
327 Thus this command places the current date and time into the file `now'.
330 command was unaware that its output was going to a file rather than
334 before the command began executing.
339 command was executed; the shell would have created the file if it did
365 command above, we don't really want to save the output forever, so we
404 of a command
408 of a command from a file.
411 We can give the command
417 command with standard input, where the command normally
426 command open the file
442 of one command with the standard input of another, i.e. to run the
445 For instance the command
461 command, combining it with
474 command run with the option
478 to the command
487 command in combination with the previous command doing
495 command asking it to sort numerically in reverse order (largest first).
496 This output has then been run into the command
502 Thus this command gives us the names and sizes of our 5 largest files.
510 The leftmost command in a pipeline will normally take its standard
555 change directory command.
596 If we wished to refer to all four of these files in a command, we could
601 This expression is expanded by the shell, before the command to which it is
607 of the command.
608 Thus the command
620 command receives four words as arguments, even though we only typed
668 a command (an
676 and does not execute the command.
714 If I give the command
718 the shell will expand this command to
738 Thus the command
750 digits, `/', `.', nor `\-' in an argument word to a command, is to enclose
771 which is an argument to a shell command. They can be combined, as in
784 When you are executing a command and the shell is
787 For instance if you type the command
799 command by typing ^C on your terminal.*
834 If a command has its standard input redirected from a file, then it will
840 the mail command will terminate without our typing a ^D.
849 command would then have written the text through the pipe to the
850 standard input of the mail command.
853 command completed it would have terminated,
857 command would have received an end-of-file from it and terminated.
862 Another possibility for stopping a command is to suspend its execution
867 The shell notices that the command(s) have been suspended, types
868 `Suspended', and then prompts for a new command.
869 The previously executing command has been suspended, but otherwise
871 while the original command remains suspended. The suspended command can
874 command with no arguments. The shell will then retype the command
875 to remind you which command is being continued, and cause the command
877 command have been changed in the meantime, the suspension has no effect
878 whatsoever on the execution of the command. This feature can be very useful
880 example of command suspension follows.
902 name of the file he wanted to mention. The mail command was suspended
904 suspended, it typed `Suspended' and prompted for a new command. Then the
906 command was typed to find out the name of the file. The
908 command was run to find out which command was suspended. At this time the
910 command was typed to continue execution of the mail program. Input
915 command will show which commands are suspended.
943 command. See section 2.6 for an example.
945 If you want to examine the output of a command without having it move
950 command will, you can use the command
964 works just like the more simple more command above.
980 command is thrown away (quickly) until the next input read occurs
981 or until the next shell prompt. This can be used to allow a command
994 command to the system:
1007 Before you do the `chsh' command, the shell you are using when