i-bash/tests/history1.sub
2014-02-26 09:36:43 -05:00

15 lines
156 B
Text

trap 'rm -f $HISTFILE' 0 1 2 3 6 15
HISTFILE=foohist-$$
unset HISTIGNORE HISTCONTROL
set -o history
history -c
cat <<!
one
two
three
!
history
fc -s cat