Bash history: Difference between revisions
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. |