⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 0017-0017.html

📁 linux-unix130.linux.and.unix.ebooks130 linux and unix ebookslinuxLearning Linux - Collection of 12 E
💻 HTML
字号:
<HTML>

<HEAD>

<TITLE>Linux Complete Command Reference:User Commands:EarthWeb Inc.-</TITLE>

</HEAD>

<META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
<SCRIPT>
<!--
function displayWindow(url, width, height) {
        var Win = window.open(url,"displayWindow",'width=' + width +
',height=' + height + ',resizable=1,scrollbars=yes');
}
//-->
</SCRIPT>
</HEAD>

 -->




<!-- ISBN=0672311046 //-->

<!-- TITLE=Linux Complete Command Reference//-->

<!-- AUTHOR=Red Hat//-->

<!-- PUBLISHER=Macmillan Computer Publishing//-->

<!-- IMPRINT=Sams//-->

<!-- CHAPTER=01 //-->

<!-- PAGES=0001-0736 //-->

<!-- UNASSIGNED1 //-->

<!-- UNASSIGNED2 //-->



<P><CENTER>

<a href="0015-0016.html">Previous</A> | <a href="../ewtoc.html">Table of Contents</A> | <a href="0018-0019.html">Next</A></CENTER></P>







<A NAME="PAGENUM-17"><P>Page 17</P></A>





<TABLE>



<TR><TD>

PS3

</TD><TD>

The value of this parameter is used as the prompt for the

select command. (See &quot;Shell Grammar,&quot; earlier in this manual page.)

</TD></TR><TR><TD>

PS4

</TD><TD>

The value of this parameter is expanded and the value is printed before

each command bash displays during an execution trace. The first character of

PS4 is replicated multiple times, as necessary, to indicate multiple levels of indirection.

The default is +.

</TD></TR><TR><TD>

HISTSIZE

</TD><TD>

The number of commands to remember in the command history, (See

&quot;History,&quot; later in this manual page.) The default value is

500.

</TD></TR><TR><TD>

HISTFILE

</TD><TD>

The name of the file in which command history is saved. (See &quot;History.&quot;)

The default value is ~/.bash_history. If unset, the command history is not saved when

an interactive shell exits.

</TD></TR><TR><TD>

HISTFILESIZE

</TD><TD>

The maximum number of lines contained in the history file. When this variable

is assigned a value, the history file is truncated, if necessary, to contain no more

than that number of lines. The default value is

500.

</TD></TR><TR><TD>

OPTERR

</TD><TD>

If set to the value 1, bash displays error messages generated by the

getopts built-in command. (See &quot;Shell Built-in Commands.&quot;).

OPTERR is initialized to 1 each time the shell is invoked or a shell script is executed.

</TD></TR><TR><TD>

PROMPT_COMMAND

</TD><TD>

If set, the value is executed as a command prior to issuing each primary prompt.

</TD></TR><TR><TD>

IGNOREEOF

</TD><TD>

Controls the action of the shell on receipt of an

EOF character as the sole input. If set, the value is the number of consecutive

EOF characters typed as the first characters on an input line before

bash exits. If the variable exists but does not have a

numeric value, or has no value, the default value is

10. If it does not exist, EOF signifies the end of input to the shell. This is only in effect for interactive shells.

</TD></TR><TR><TD>

TMOUT

</TD><TD>

If set to a value greater than zero, the value is interpreted as the number of

seconds to wait for input after issuing the primary prompt.

bash terminates after waiting for that number of seconds if input does not arrive.

</TD></TR><TR><TD>

FCEDIT

</TD><TD>

The default editor for the fc built-in command.

</TD></TR><TR><TD>

FIGNORE

</TD><TD>

A colon-separated list of suffixes to ignore when performing filename

completion. (See &quot;Readline,&quot; later in this manual page.) A filename whose suffix matches one

of the entries in FIGNORE is excluded from the list of matched filenames. A sample

value is .o:~.

</TD></TR><TR><TD>

INPUTRC

</TD><TD>

The filename for the readline startup file, overriding the default of

~/.inputrc. (See &quot;Readline.&quot;)

</TD></TR><TR><TD>

notify

</TD><TD>

If set, bash reports terminated background jobs immediately, rather than

waiting until before printing the next primary prompt. (See also the

_b option to the set built-in command.)

</TD></TR><TR><TD>

history_control HISTCONTROL

</TD><TD>

If set to a value of

ignorespace, lines that begin with a space character are not

entered on the history list. If set to a value of

ignoredups, lines matching the last history line are not entered. A value of

ignoreboth combines the two options. If unset, or if set

to any other value than the preceding, all lines read by the parser are saved on

the history list.

</TD></TR><TR><TD>

command_oriented_history

</TD><TD>

If set, bash attempts to save all lines of a multiple_line command in the same

history entry. This allows easy reediting of multiline commands.

</TD></TR><TR><TD>

glob_dot_filenames

</TD><TD>

If set, bash includes filenames beginning with a period (.) in the results of

pathname expansion.

</TD></TR><TR><TD>

allow-null_glob_expansion

</TD><TD>

If set, bash allows pathname patterns which match no files (see

&quot;Pathname Expansion&quot;) to expand to a null string, rather than themselves.

</TD></TR><TR><TD>

histchars

</TD><TD>

The two or three characters that control history expansion and tokenization.

(See &quot;History Expansion,&quot; later in this manual page.) The first character is the

history expansion character; that is, the character that signals the start of a history

expansion,



</TD></TR></TABLE>







<P><CENTER>

<a href="0015-0016.html">Previous</A> | <a href="../ewtoc.html">Table of Contents</A> | <a href="0018-0019.html">Next</A></CENTER></P>







</td>
</tr>
</table>

<!-- begin footer information -->







</body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -