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