xref
: /
freebsd
/
contrib
/
one-true-awk
/
testdir
/
t.1
(revision a4e5e0106ac7145f56eb39a691e302cabb4635be)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
BEGIN {FS=":"}
2
{print $1, $2, $3}
3