xref
: /
netbsd-src
/
external
/
historical
/
nawk
/
dist
/
testdir
/
t.sep
(revision 4d342c046e3288fb5a1edcd33cfec48c41c80664)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
BEGIN { FS = "1"; print "field separator is", FS }
2
NF>1 { print $0 " has " NF " fields" }
3