5 lines
49 B
Plaintext

# $FreeBSD$
set -- $(echo a b c d)
[ "$#" = 4 ]