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
/
fsfwfs.awk
blob: beed10a3a0e0c9de73506833d048bb864a7ba631 (
plain
)
1
BEGIN
{
FIELDWIDTHS
=
"6 6 6 5"
;
OFS
=
","
;
FS
=
FS
}{
print
$1
,
$2
,
$3
,
$4
}