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