xref
: /
netbsd-src
/
external
/
historical
/
nawk
/
dist
/
testdir
/
t.sep
(revision 154bfe8e089c1a0a4e9ed8414f08d3da90949162)
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