xref: /freebsd/contrib/one-true-awk/testdir/t.1 (revision 6caae81d93e2a14fa42cb831506c3a60c25d9791)
1BEGIN	{FS=":"}
2	{print $1, $2, $3}
3