freebsd-dev/contrib/awk/test/fsfwfs.awk
2001-11-02 21:06:08 +00:00

2 lines
62 B
Awk

BEGIN{FIELDWIDTHS="6 6 6 5";OFS=",";FS=FS}{print $1,$2,$3,$4}