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
/
fwtest4.awk
blob: d1384eafe05e4b8f3e2e010a127901642d0df1d6 (
plain
)
1
BEGIN
{
FIELDWIDTHS
=
"5"
}
{
print
$1
}