xref
: /
freebsd
/
bin
/
sh
/
tests
/
expansion
/
cmdsubst23.0
(revision 783d3ff6d7fae619db8a7990b8a6387de0c677b5)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
2
unset n
3
x=abcd
4
[ "X${n#$(echo a)}X${x#$(echo ab)}X$(echo abc)X" = XXcdXabcX ]
5