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