Files
bash/tests/histexp2.sub
T

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