Files
bash/tests/histexp2.sub
T
2015-12-01 11:28:06 -05:00

12 lines
108 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" !!