Lines Matching +full:always +full:- +full:running
1 .\"-
55 to the \s-2UNIX\s0 system.
64 \'set noglob ; eval \`tset \-s \-m dialup:c100rv4pna \-m plugboard:?hp2621nl \!*\`\';
67 msgs \-f
68 if (\-e $mail) then
74 This file contains several commands to be executed by \s-2UNIX\s0
100 of \s-2CPU\s+2 time. The variable `history' is set to 10 indicating that
118 system messages which I have not seen before; the `\-f' option here prevents
133 After that the shell will terminate and \s-2UNIX\s0 will log
218 many useful user-contributed programs provided with Berkeley Unix.
246 file to tell the shell not to exit when it receives an end-of-file from
264 Finally, some other built-in shell variables of use are the
347 % !c \-o bug
348 cc bug.c \-o bug
352 % ls \-l !*
353 ls \-l a.out bug
390 an extra `\-o bug' telling the compiler to place the resultant binary in
396 we have created were, and then an `ls \-l' command with the same argument
415 is given in the C shell manual pages in the \s-2UNIX\s0 Programmer's Manual.
448 More generally, suppose we wish the command `ls' to always show
449 sizes of files, that is to always do `\-s'.
452 alias ls ls \-s
456 alias dir ls \-s
459 which does an `ls \-s'.
466 ls \-s /mnt/bill
492 The `\e!*' here substitutes the entire argument list to the pre-aliasing
526 For instance if you want to redirect the output of a long running command
589 ls \-s | sort \-n | head \-5
636 [1] \- Done du > usage
651 the \s-2STOP\s0, \s-2INTERRUPT\s0, or \s-2QUIT\s0 signals mentioned earlier.
658 Each job in the table is either running
660 with the shell waiting for it to terminate, running
664 Only one job can be running in the foreground at one time, but several
665 jobs can be suspended or running in the background at once. As each job
671 the same until the job terminates and then are re-used.
678 % ls \-s | sort \-n > usage &
682 runs the `ls' program with the `\-s' options, pipes this output into
683 the `sort' program with the `\-n' option which puts its output into the
689 a new command, leaving the job running simultaneously.
694 which sends a \s-2STOP\s0 signal to the currently running
757 When only one job is stopped or running in the background (the usual case)
758 it is always the current job thus no argument is needed.
759 If a job is stopped while running in the foreground it becomes the
763 job \- identified by a `\-' in the output of
766 When given, the argument is either `%\-' (indicating
775 commands and status (`Stopped' or `Running') of each background or
776 suspended job. With the `\-l' option the process numbers are also
781 % ls \-s | sort \-n > myfile &
788 [1] \(mi Running du > usage
789 [2] Running ls \-s | sort \-n > myfile
792 ls \-s | sort \-n > myfile
810 after stopping the currently running foreground job with the
811 \s-2STOP\s0 signal. The combination of the \s-2STOP\s0 signal and the
824 Thus, in the example above, the running
841 If a job running in the background tries to read input from the terminal
913 % stty \-tostop
939 As mentioned in section 1.6, the shell is always in a particular
984 The name `..' always means the directory above the current one in
1004 The shell always remembers the pathname of its current working directory in
1078 working directory of the currently running foreground job is different
1081 % dirs \-l
1102 terminates or is suspended (using the \s-2STOP\s0 signal) since
1115 The `\-l' option of
1121 Useful built-in commands
1123 We now give a few of the useful built-in commands of the shell describing
1219 will set the value of the environment variable \s-2TERM\s0
1251 \s-2CPU\s0 time it takes.
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
1298 If you intend to use \s-2UNIX\s0 a lot you should look through