xref
: /
src
/
contrib
/
one-true-awk
/
testdir
/
t.sep
(revision 2fb4f839f3fc72ce2bab12f9ba4760f97f73e97f)
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