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