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
/
fwtest3.awk
blob: 5e96c1aa258d12e7b0f0374097d5d68b334c92af (
plain
)
1
2
3
4
5
6
BEGIN
{
FIELDWIDTHS
=
"2:13 2:13 2:13"
;
}
{
printf
"%s|%s|%s
\n
"
,
$1
,
$2
,
$3
}