]> git.ipfire.org Git - thirdparty/bash.git/blame - tests/history2.sub
Bash-4.3 patch 7
[thirdparty/bash.git] / tests / history2.sub
CommitLineData
495aee44
CR
1set -o history
2HISTSIZE=256
3HISTFILE=/dev/null
4
5# these two lines should be the same
6echo ${BASH_VERSION%\.*}
7echo $(fc -nl -1)
8
9echo ${BASH_VERSION%\.*}
10fc -nl -1