index
:
egawk
master
Enhanced GNU Awk
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
fwtest5.awk
blob: be030eabbf59ac6cef3977beba6e1b0004b71f32 (
plain
)
1
2
BEGIN
{
FIELDWIDTHS
=
"2 3 4"
}
{
print
NF
}