Lines Matching full:which
44 All shells which you may start during your terminal session will
58 This file contains commands which you wish to do each time you log in
81 command which is interpreted directly by the shell. It sets the shell
84 which causes the shell to not log me off if I hit ^D. Rather,
103 ``ts'' which executes a
107 indicate the kinds of terminal which I usually use when not on a hardwired
114 print out statistics lines for commands which execute for at least 15 seconds
147 which had values `10' and `15'.
152 several forms, the most useful of which was given above and is
157 Shell variables may be used to store values which are to
159 The shell variables most commonly referenced are, however, those which the
194 Commands which you may write might be in `.' (usually one of
202 If we wish that all shells which we invoke to have
218 .\" Another directory that might interest you is /usr/new, which contains
223 which you insert into your path and determines which commands are contained
224 there. Except for the current directory `.', which the shell treats specially,
227 If you wish to use a command which has been added in this way, you should
232 to the shell, which will cause it to recompute its internal table of command
240 which shows your home directory;
242 which contains your current working directory;
245 which can be set in your
250 is one of several variables which the shell does not care about the
274 which redirects the standard output of a command,
276 In this way you may accidentally overwrite a file which is valuable.
308 into which it places the words
373 In this example we have a very simple C program which has a bug (or two)
374 in it in the file `bug.c', which we `cat' out on our terminal. We then
378 argument, by analogy to `$' in the editor which stands for the end of the line.
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'
412 command prints out a number of previous commands with numbers by which
414 by searching for a string which appeared in it, and there are other,
423 mechanism which can be used to make transformations on input commands.
433 which must be done in the current shell.
437 you wish to use, rather than the standard mail program which is called
461 which does an `ls \-s'.
476 It is also possible to define aliases which contain multiple
503 defines a command which looks up its first argument in the password file.
520 which have not been introduced yet.
524 which is normally directed to the terminal even when the standard output
610 program, which reports on the disk usage of your working directory (as well as
671 which can be used later to refer to the job in the commands described below.
684 the `sort' program with the `\-n' option, which puts its output into the
695 which sends a STOP signal to the currently running
757 command, which shows you which jobs you have.
917 Thus after some time the `wc' command, which counts the lines, words
922 Programs which attempt to change the mode of the terminal will also
1073 Since the shell remembers the working directory in which each job
1075 a job in the foreground which has a different working directory than the
1114 their own working directories, since the shell only remembers which
1150 previous events which are difficult to reference using the
1188 command can be used to terminate a login shell which has
1225 exists which will print out the environment.
1247 file which you wish to take effect right away.
1294 One useful feature which is discussed later is the
1296 built-in command which can be used to run the same command
1301 with the other facilities which are available to you.