i-bash/tests/histexp2.sub
2016-09-15 16:59:08 -04:00

14 lines
129 B
Text

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 "!!"