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