mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-24 06:17:57 +02:00
14 lines
119 B
Plaintext
14 lines
119 B
Plaintext
HISTFILE=foohist-$$
|
|
unset HISTIGNORE HISTCONTROL
|
|
set -o history
|
|
|
|
history -c
|
|
cat <<!
|
|
one
|
|
two
|
|
three
|
|
!
|
|
|
|
history
|
|
fc -s cat
|