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