i have a file that contains a long column and i want to split it into lines each one with 5 rows.
ex:
Input file
1
2
3
4
5
6
7
8
9
10
Output file :
1 2 3 4 5
6 7 8 9 10
i have a file that contains a long column and i want to split it into lines each one with 5 rows.
ex:
Input file
1
2
3
4
5
6
7
8
9
10
Output file :
1 2 3 4 5
6 7 8 9 10