Lines Matching full:command
78 command which is interpreted directly by the shell. It sets the shell
84 command to log off of the system.
89 An alternative to this is to put the command
108 \fItset\fR\|(1) command setting up the modes of the terminal.
114 command to change the interrupt character to ^C and the line kill
130 command) the shell
151 Shell variables may be assigned values by the set command. It has
170 command with no arguments
202 access to these new programs we can place the command
226 If you wish to use a command which has been added in this way, you should
227 give the command
231 to the shell, which will cause it to recompute its internal table of command
232 locations, so that it will find the newly added command.
233 Since the shell has to look in the current directory `.' on each command,
273 which redirects the standard output of a command
359 spp: Command not found.
374 meaning the last argument to the previous command. Here the `!' is the
377 The shell echoed the command, as it would have been typed without use of
381 this time referring to this command simply as `!c', which repeats the last
382 command which started with the letter `c'. If there were other
384 `!cc:p' which would have printed the last command starting with `cc'
389 the program we ran the C compiler again, but tacked onto the command
395 We then ran the `size' command to see how large the binary program images
396 we have created were, and then an `ls \-l' command with the same argument
400 To make a numbered listing of the program we ran the `num' command on the file `bug.c'.
404 characters. This is similar to the substitute command in the editor.
405 Finally, we repeated the same command with `!!', but sent its output to the
410 command prints out a number of previous commands with numbers by which
411 they can be referenced. There is a way to refer to a previous command
413 less useful, ways to select arguments to include in a new command.
427 using shell command files, but these take place in another instance
437 If you place the shell command
448 More generally, suppose we wish the command `ls' to always show
458 creating a new command syntax `dir'
476 command are to be substituted using the facilities of the
484 command after each change directory
486 command.
491 when the alias command is typed in.
494 command, without giving an error if there were no arguments.
496 to indicate that one command is to be done and then the next.
501 defines a command which looks up its first argument in the password file.
526 For instance if you want to redirect the output of a long running command
530 command >& file
534 Similarly you can give the command
536 command |\|& lpr
542 \(dd A command of the form
545 command >&! file
556 command >> file
570 command >>! file
597 immediately prompts and is ready for another command. The job runs
610 immediately with a prompt for the next command without out waiting for
625 command and its completion is reported just before
654 In this table, the shell remembers the command names, arguments and the
675 before prompting you for another command.
689 a new command, leaving the job running simultaneously.
697 command described below. When jobs are suspended they merely stop
713 command, it is
728 command, allowing you to continue other work and
751 command.)
756 command, which shows you which jobs you have.
768 `%pref' where pref is some unique prefix of the command name
774 command types the table of jobs, giving the job number,
799 command runs a suspended or background job in the foreground. It is
809 command runs a suspended job in the background. It is usually used
813 command changes a foreground job into a background job.
816 command suspends a background job.
820 command terminates a background or suspended job immediately.
826 command could have been terminated by the command
837 command (not the variable mentioned earlier) indicates that the termination
845 This is illustrated in the following sequence where the `s' command in the
868 So after the `s' command was issued, the `ed' job was stopped with ^Z
871 Some time later when the `s' command was finished,
873 tried to read another command and was stopped because jobs
876 command returned the `ed' job to the foreground where it could once again
879 The command
896 command might be a good thing to put in your
916 Thus after some time the `wc' command, which counts the lines, words
930 command only prints jobs started in the currently executing shell,
941 The `change directory' command
953 The `make directory' command,
958 (`print working directory') command
1008 you change to a new working directory. If the `push directory' command
1012 command, the shell saves the name of the current working directory
1017 command
1040 command.
1049 command with no argument
1054 command without an argument returns you to the directory you were in prior to
1062 command.
1098 is an implied change of working directory, even though no cd command was
1128 command described above is used to assign new aliases and to show the
1139 command prints its arguments.
1142 or as an interactive command
1147 command will show the contents of the history list.
1154 the number of the current command in the history list.
1155 You can use this number to refer to this command in a history substitution.
1166 command is used to restrict use of resources.
1187 command can be used to terminate a login shell which has
1193 command causes the shell to recompute a table of where commands are
1194 located. This is necessary if you add a command to a directory
1197 command wasn't in that directory when the hash table was computed.
1201 command can be used to repeat a command several times.
1213 command can be used
1238 command can be used to force the current shell to read commands from
1250 command can be used to cause a command to be timed no matter how much
1265 command used a negligible amount of user time (u)
1271 The word count command
1276 the command `wc' used an average of 13 percent of the available \s-2CPU\s0
1295 built-in command which can be used to run the same command