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...")
 
Line 1: Line 1:
=Internal=
=Internal=
* [[Bash#Built-In_Commands|bash]]
* [[Bash#Built-In_Commands|bash]]
=Overview=
<syntaxhighlight lang='bash'>
history
</font>
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.

Revision as of 21:33, 10 September 2020

Internal

Overview

<syntaxhighlight lang='bash'> 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.