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