Hi.
I think the
columns command is somewhat deceiving. The option "-c"
does allow you to specify "columns", but it is the column-width of the display area, not "columns" of data.
A useful exercise might be to find the length of the file in lines, split the file, and use paste to read the splits -- provided the data fits into data-columns within the display-columns

... cheers, drl