Hello,

I have for instance these 2 files :

file1
1
2
3

file2
4
5
6

Can I with join command have an output file3 like :
1 4
2 5
3 6


Thx in advance for help,