file 1 has
a
b
c

file 2 has
1
2
3

and I want
a 1
b 2
c 3

there is a standard command that does exactly this:

paste file1 file2