xref
: /
netbsd-src
/
external
/
historical
/
nawk
/
dist
/
testdir
/
t.1
(revision 2dd295436a0082eb4f8d294f4aa73c223413d0f2)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
BEGIN {FS=":"}
2
{print $1, $2, $3}
3