Files
bash/tests/history1.sub
2016-07-11 16:52:30 -04:00

16 lines
164 B
Plaintext

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