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
/
fwtest.awk
blob: 730aeda8ae4bfce9f451f0b87e7aa37d4a6fae0c (
plain
)
1
2
BEGIN
{
FIELDWIDTHS
=
"1 1 1"
}
{
print
NF
,
$1
,
$2
,
$3
}