]> git.ipfire.org Git - thirdparty/bash.git/blame - tests/histexp4.sub
Bash-5.0 patch 11: fix quoted null character removal in operands of conditional ...
[thirdparty/bash.git] / tests / histexp4.sub
CommitLineData
a0c0a00f
CR
1HISTFILE=$TMPDIR/bashhist-$$
2
3set -o history
4set -o histexpand
5
6echo a
7cat < <(echo !!)
8
9echo b
10echo !! `echo !!`
11
12echo c
13echo "$(echo "!" )"
14
15echo d
16echo "$(echo '!' )"
17
18echo e
19echo '!' "!"
20echo "'!'"
21
22set +o history
23rm -f $HISTFILE