Examples of using Shell variable in English and their translations into Japanese
{-}
-
Colloquial
-
Ecclesiastic
-
Computer
-
Programming
See the version shell variable.
The who shell variable controls the format of watch reports.
Attempt completion on the text before point, treating it as a shell variable.
PWD(+) Equivalent to the cwd shell variable, but not synchronized to it;
The shell variable CDPATH defines the search path for the directory containing arg.
Kan Kanji is used if appropriate according to locale settings,unless the nokanji shell variable is set.
The mail shell variable can be set to check for new mail periodically.
The previous command is always saved, and the history shell variable can be set to a number to save that many commands.
A shell variable need not have its integer attribute turned on to be used in an expression.
In addition, we will make frequent reference to“setting a shell variable” or“setting an environment variable” throughout this document.
The version shell variable indicates what options were chosen when the shell was compiled.
When the-f or-d option is used for filename ordirectory name completion, the shell variable FIGNORE is used to filter the matches.
For example, a shell variable is represented by the$ symbol followed by a character string.
If more detailed status information is required then the command should be executed outside of an expression andthe\fBstatus\fR shell variable examined.
If dir is the name of a shell variable whose value starts with a/, change to the directory named by that value.
The shell variable fignore can be set to a list of suffixes to be ignored by completion. Consider the following:.
(or the first character of the promptchars shell variable) for normal users,''(or the second character of promptchars) for the superuser.
The dirstack shell variable can be examined to see the directory stack and set to put arbitrary directories into the directory stack.
The backslash_quote shell variable(q.v.) can be set to make backslashes always quote'\',''', and'"'.
The autologout shell variable can be set to log out or lock the shell after a given number of minutes of inactivity.
One should use double quotes when setting a shell variable to a terminal capability string, as in the following example that places the date in the status line:.
The time shell variable can be set to execute the time builtin command after the completion of any process that takes more than a given number of CPU seconds.
When a login shell terminates it sets the logout shell variable to'normal' or'automatic' as appropriate, then executes commands from the files/etc/csh. logout and~/. logout.
If the histlit shell variable is set, commands that display and store history use the literal form.
If the autolist shell variable is set, the shell lists the remaining choices(if any) whenever completion fails:.
The printexitvalue shell variable can be set to print the exit status of commands which exit with a status other than zero.
If the listlinks shell variable is set, symbolic links are identified in more detail(on only systems that have them, of course):.
However, you set the shell variable\fBnotify\fR, the shell will notify you immediately of changes of status in background jobs.
The echo_style shell variable may be set to emulate(or not) the flags and escape sequences of the BSD and/or System V versions of echo; see echo(1).
If the\fBlistjobs\fR shell variable is set, all jobs will be listed like the\fIjobs\fR builtin command; if it is set to'long' the listing will be in long format, like'jobs\-l.