]> git.ipfire.org Git - thirdparty/bash.git/blame - tests/histexp1.sub
Bash-4.4 distribution sources and documentation
[thirdparty/bash.git] / tests / histexp1.sub
CommitLineData
a0c0a00f
CR
1LC_ALL=C
2LANG=C
3
4set -o history
5set -H
6
7echo '!'
8echo "!"
9echo !
10
11echo "$( echo '!' )"
12echo "$( echo "!" )"
13echo "$( echo ! )"
14
15echo $( echo '!' )
16echo $( echo "!" )
17echo $( echo ! )
18
19echo "$( echo "\!" )"
20echo "\!"
21
22echo "$( echo '\!' )"
23echo '\!'