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