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
/
fwtest7.awk
blob: af424d9406c217019ed63b572fe6bd87a0af49bd (
plain
)
1
2
BEGIN
{
FIELDWIDTHS
=
"2 1:*"
}
{
print
$1
,
$2
}