xref
: /
freebsd
/
bin
/
sh
/
tests
/
expansion
/
trim11.0
(revision 29988d0ef062edcae4df285ce9b18a3bf5c5defc)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
# $FreeBSD$
2
3
a='z
4
'
5
b="${a%
6
}"
7
[ "$b" = z ]
8