Upload Tizen:Base source
[external/bash.git] / tests / history2.sub
1 set -o history
2 HISTSIZE=256
3 HISTFILE=/dev/null
4
5 # these two lines should be the same
6 echo ${BASH_VERSION%\.*}
7 echo $(fc -nl -1)
8
9 echo ${BASH_VERSION%\.*}
10 fc -nl -1