xref
: /
freebsd
/
bin
/
sh
/
tests
/
expansion
/
ifs5.0
(revision 68d75eff68281c1b445e3010bb975eae07aac225)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
# $FreeBSD$
2
3
set -- $(echo a b c d)
4
[ "$#" = 4 ]
5