Bash-4.3 distribution sources and documentation
[platform/upstream/bash.git] / tests / history1.sub
1 trap 'rm -f $HISTFILE' 0 1 2 3 6 15
2
3 HISTFILE=foohist-$$
4 unset HISTIGNORE HISTCONTROL
5 set -o history
6
7 history -c
8 cat <<!
9 one
10 two
11 three
12 !
13
14 history
15 fc -s cat