In a unix environment, I have a data file with a few thousand rows of undelimited ascii data (no delimiters; contiguous data).
I need to convert this contiguous data file into a file of 22 character rows.
How can I use AWK to add a newline after every 22 characters? Does using AWK to add (/n)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.