Lines Matching full:which

55 While incorporating many features of other shells which make
67 The second section describes the shell's capabilities which you can
69 Later sections introduce features which are useful, but not necessary
107 names of commands, and words which have special meaning in discussing
124 shell, helping to unify those concepts which are present and to identify
127 mechanism which speeds command execution.
141 acts mostly as a medium through which other
146 functions which it performs directly,
168 mail program which sends messages to other users.
174 which is expected to contain the mail program.
181 which is interpreted by the
199 and ended this message with a ^D which sent an end-of-file to
218 an end-of-file via typing a ^D after which the shell noticed
233 command, which sets the default
247 which tells the program
259 which you wish to invoke.
283 It is hard to remember options of commands which are not used very
340 The system normally keeps files which you create with `>' and all other files.
342 which will be removed automatically, you can begin its name with a `#'
367 which indicate special functions.
373 In general, most characters which are neither letters nor digits
377 which allows us to use
443 If we are interested in learning which of our files is largest we
444 may wish to have this sorted by size rather than by name, which is
445 the default way in which
491 which gives us the first few lines.
508 one important use of pipes which is illustrated there is in the
519 Each component except the last names a directory in which the next
529 which is a subdirectory of the
532 Within this directory the file named is `motd' which stands
542 which do not begin with `/' are interpreted as starting in the current
544 which is, by default, your
579 `.' and following characters which are not `.' are stripped off).
594 This expression is expanded by the shell, before the command to which it is
595 an argument is executed, into a list of names which begin with `prog.'.
598 The names which match are alphabetically sorted and placed in the
675 in the working directory which have special meaning to the system,
678 which are not normally
718 abbreviating a set of words which have common parts but cannot
720 are the names of files which do not yet exist,
742 The recommended mechanism for placing characters which are neither numbers,
748 There is one special character `!' which is used by the
750 mechanism of the shell and which cannot be
764 which is an argument to a shell command. They can be combined, as in
768 which prints
811 did, which would have the effect of logging you out.
813 Another way in which many programs terminate is when they get an end-of-file
818 which generates an end-of-file from the standard input.
835 `prepared.text' in which we placed a message for `bill' with an editor program.
868 to remind you which command is being continued, and cause the command
901 command was run to find out which command was suspended.
906 which indicated the end of the message at which time the mail
909 command will show which commands are suspended.
917 If you write or run programs which are not fully debugged then it may
951 at which point you can hit a space to get another screenful, a return
966 which is running. This works well on low-speed terminals, but at 9600
983 about the way in which it operates.