Lines Matching +full:lo +full:- +full:en

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
342 4s/lo/lo\e\en/p
343 printf("hello\en");
347 % !c \-o bug
348 cc bug.c \-o bug
352 % ls \-l !*
353 ls \-l a.out bug
364 4 printf("hello\en");
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.
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
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.
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
694 which sends a \s-2STOP\s0 signal to the currently running
763 job \- identified by a `\-' in the output of
766 When given, the argument is either `%\-' (indicating
776 suspended job. With the `\-l' option the process numbers are also
781 % ls \-s | sort \-n > myfile &
789 [2] Running ls \-s | sort \-n > myfile
792 ls \-s | sort \-n > myfile
811 \s-2STOP\s0 signal. The combination of the \s-2STOP\s0 signal and the
913 % stty \-tostop
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