You are viewing a single comment's thread. Return to all comments →
awk '{printf "%s", $0; if (NR % 3 == 0) print ""; else printf "\t"}'
Seems like cookies are disabled on this browser, please enable them to open this website
Paste - 4
You are viewing a single comment's thread. Return to all comments →
awk '{printf "%s", $0; if (NR % 3 == 0) print ""; else printf "\t"}'