]> git.ipfire.org Git - thirdparty/bash.git/blob - tests/history1.sub
Imported from ../bash-4.0-rc1.tar.gz.
[thirdparty/bash.git] / tests / history1.sub
1 HISTFILE=foohist-$$
2 unset HISTIGNORE HISTCONTROL
3 set -o history
4
5 history -c
6 cat <<!
7 one
8 two
9 three
10 !
11
12 history
13 fc -s cat