xref: /freebsd/bin/sh/tests/expansion/ifs5.0 (revision 734e82fe33aa764367791a7d603b383996c6b40b)
1
2set -- $(echo a b c d)
3[ "$#" = 4 ]
4