$history  –  Mapping of History Event Number to History Line

$history maps history event numbers to the full history line. The output of ${history[@]} is sorted and contains the most recent history event as first value.

Examples

Print Command History
1
typeset history
Output:
1
history=( [2]='echo second command' [1]='echo first command' )
BashSupport Pro is a Zsh IDE with support for $historytry it now!
© 2020–2024 Joachim Ansorg
Imprint
Privacy Policy
Legal