xref
: /
busybox-1.35.0
/
shell
/
hush_test
/
hush-vars
/
param_expand_alt2.tests
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
echo Unquoted: H${$+
2
}H
3
4
echo Quoted: "H${$+
5
}H"
6
7
echo Ok:$?
8