6 lines
64 B
Plaintext
6 lines
64 B
Plaintext
# $FreeBSD$
|
|
|
|
IFS=2
|
|
set -- $((123))
|
|
[ "$#|$1|$2|$3" = "2|1|3|" ]
|