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
/
fieldwdth.awk
blob: f2eeb6ce7f752075ee3c026c5559c816a4c4ec5e (
plain
)
1
2
BEGIN
{
FIELDWIDTHS
=
"2 3 4"
}
{
print
$2
}