1 BEGIN { 2 FS = "" 3 RS = "" 4 OFS = "," 5 } 6 7 { print $1, $2, $3 } 8
Indexes created Sun Mar 01 05:31:48 UTC 2026