vendredi 17 avril 2015

Appending two columns in one text file

How to append two columns from one text file separated by space into one text file using command window.



A.txt

1 2

3 4

5 6


The output I want is: A.txt



1

2

3

4

5

6


OR just



1

3

5

2

4

6


Thank You


Aucun commentaire:

Enregistrer un commentaire