Files
bash/tests/histexp2.sub
2016-02-23 11:23:40 -05:00

15 lines
129 B
Plaintext

LANG=C LC_ALL=C
set -o history
echo a
echo b
echo c
set -o histexpand
set -o posix
echo "#!/bin/bash" !!
echo '!!'
echo "!!"