M626
Programmer
- Mar 13, 2002
- 299
I have a file that look something like:
1
2
3
4
5
6
I would like to open the file and resort it so it ever two line are on the same line like
1 2
3 4
5 6
1
2
3
4
5
6
I would like to open the file and resort it so it ever two line are on the same line like
1 2
3 4
5 6