7 lines
67 B
Plaintext
7 lines
67 B
Plaintext
# $FreeBSD$
|
|
|
|
IFS=': '
|
|
x=': :'
|
|
set -- $x
|
|
[ "$#|$1|$2|$3" = "2|||" ]
|