xref
: /
freebsd
/
bin
/
sh
/
tests
/
expansion
/
cmdsubst23.0
(revision 7db2360401dc8e8ff7f44efc8218bb82015f6f89)
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