5 lines
49 B
Plaintext
5 lines
49 B
Plaintext
# $FreeBSD$
|
|
|
|
set -- $(echo a b c d)
|
|
[ "$#" = 4 ]
|
# $FreeBSD$
|
|
|
|
set -- $(echo a b c d)
|
|
[ "$#" = 4 ]
|