mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-28 07:59:50 +02:00
12 lines
70 B
Plaintext
12 lines
70 B
Plaintext
set -o history
|
|
|
|
history -c
|
|
cat <<!
|
|
one
|
|
two
|
|
three
|
|
!
|
|
|
|
history
|
|
fc -s cat
|