Bash history: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * bash =History Size= The number of commands to remember in the command history is given by ${HISTSIZE}. Numeric values less than zero...")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Internal=
=Internal=
* [[Bash#Built-In_Commands|bash]]
* [[Bash#Built-In_Commands|bash]]
* [[bash fc|fc]]
=Overview=
<syntaxhighlight lang='bash'>
history
</syntaxhighlight>
Also see [[bash fc|fc]].


=History Size=
=History Size=


The number of commands to remember in the command history is given by ${HISTSIZE}. Numeric values less than zero result in no history limit.
The number of commands to remember in the command history is given by ${HISTSIZE}. Numeric values less than zero result in no history limit.

Latest revision as of 21:34, 10 September 2020

Internal

Overview

history

Also see fc.

History Size

The number of commands to remember in the command history is given by ${HISTSIZE}. Numeric values less than zero result in no history limit.