repo.or.cz
/
bush.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
init version.
[bush.git]
/
tests.bak
/
histexp7.sub
blob
8822205ef9e6772be82d736c23022c2c35a6415d
1
# make sure history expansion doesn't take place while parsing command
2
# substitutions
3
4
set -o history
5
set -o histexpand
6
echo a
7
8
echo $( cat <<EOF
9
echo !!
10
EOF
11
)
12
13
echo --between--
14
15
cat <( cat <<'EOF'
16
echo !!
17
EOF
18
)