Lines Matching full:command

81 command which is interpreted directly by the shell.  It sets the shell
87 command to log off the system.
92 An alternative to this is to put the command
104 tset(1) command setting up the modes of the terminal.
110 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
203 access to these new programs we can place the command
227 If you wish to use a command which has been added in this way, you should
228 give the command
232 to the shell, which will cause it to recompute its internal table of command
233 locations, so that it will find the newly added command.
234 Since the shell has to look in the current directory `.' on each command,
274 which redirects the standard output of a command,
361 cay: Command not found.
376 meaning the last argument to the previous command. Here the `!' is the
379 The shell echoed the command, as it would have been typed without use of
383 this time referring to this command simply as `!c', which repeats the last
384 command which started with the letter `c'. If there were other
386 `!cc:p' which would have printed the last command starting with `cc'
391 the program we ran the C compiler again, but tacked onto the command
397 We then ran the `size' command to see how large the binary program images
398 we have created were, and then an `ls \-l' command with the same argument
402 To make a numbered listing of the program we ran the `cat' command on the file `bug.c', with the `-…
406 characters. This is similar to the substitute command in the editor.
407 Finally, we repeated the same command with `!!', but sent its output to the
412 command prints out a number of previous commands with numbers by which
413 they can be referenced. There is a way to refer to a previous command
415 less useful, ways to select arguments to include in a new command.
429 using shell command files, but these take place in another instance
439 If you place the shell command
450 More generally, suppose we wish the command `ls' to always show
460 creating a new command syntax `dir'
478 command are to be substituted using the facilities of the
486 command after each change directory
488 command.
493 when the alias command is typed in.
496 command, without giving an error if there were no arguments.
498 to indicate that one command is to be done and then the next.
503 defines a command which looks up its first argument in the password file.
528 For instance if you want to redirect the output of a long running command
532 command >& file
536 Similarly you can give the command
538 command |\|& lpr
544 \(dd A command of the form
547 command >&! file
558 command >> file
572 command >>! file
599 immediately prompts and is ready for another command. The job runs
612 immediately with a prompt for the next command without waiting for
627 command and its completion is reported just before
656 In this table, the shell remembers the command names, arguments, and the
677 before prompting you for another command. For example,
690 a new command, leaving the job running simultaneously.
698 command described below. When jobs are suspended they merely stop
714 command, it is
729 command, allowing you to continue other work and
752 command).
757 command, which shows you which jobs you have.
769 `%pref' where pref is some unique prefix of the command name
775 command types the table of jobs, giving the job number,
800 command runs a suspended or background job in the foreground. It is
810 command runs a suspended job in the background. It is usually used
814 command changes a foreground job into a background job.
817 command suspends a background job.
821 command terminates a background or suspended job immediately.
827 command could have been terminated by the command
838 command (not the variable mentioned earlier) indicates that the termination
846 This is illustrated in the following sequence where the `s' command in the
869 So after the `s' command was issued, the `ed' job was stopped with ^Z
872 Some time later when the `s' command was finished,
874 tried to read another command and was stopped because jobs
877 command returned the `ed' job to the foreground where it could once again
880 The command
897 command might be a good thing to put in your
917 Thus after some time the `wc' command, which counts the lines, words
931 command only prints jobs started in the currently executing shell,
935 command can be used in this case to find out about background jobs not started
942 The `change directory' command
954 The `make directory' command,
959 (`print working directory') command
1009 you change to a new working directory. If the `push directory' command
1013 command, the shell saves the name of the current working directory
1018 command
1041 command.
1050 command with no argument
1055 command without an argument returns you to the directory you were in prior to
1063 command.
1099 is an implied change of working directory, even though no cd command was
1129 command described above is used to assign new aliases and to show the
1140 command prints its arguments.
1143 or as an interactive command
1148 command will show the contents of the history list.
1155 the number of the current command in the history list.
1156 You can use this number to refer to this command in a history substitution.
1167 command is used to restrict use of resources.
1188 command can be used to terminate a login shell which has
1194 command causes the shell to recompute a table of where commands are
1195 located. This is necessary if you add a command to a directory
1198 command wasn't in that directory when the hash table was computed.
1202 command can be used to repeat a command several times.
1214 command can be used
1239 command can be used to force the current shell to read commands from
1251 command can be used to cause a command to be timed no matter how much
1266 command used a negligible amount of user time (u)
1272 The word count command
1277 the command `wc' used an average of 13 percent of the available CPU
1296 built-in command which can be used to run the same command