Bash history

From NovaOrdis Knowledge Base
Revision as of 21:33, 10 September 2020 by Ovidiu (talk | contribs) (→‎Internal)
Jump to navigation Jump to search

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.