I have a set of data (26250) on one column, but I need them in rows of 175 values, on other words I need transpose them in 150 rows, and I have to do this for at least 10 files. I wondering if there is a Perl script that can do this automatically. I have check the transpose questions, but they just transpose all the column in one row. Is there a command that I can use to delimit the number of values per row?
Thanks is advance
Yuma