- #1
Arjani
- 21
- 1
I have two .txt files with a bunch of numbers in them, below each other, like this:
File 1:
3
4
5
File 2:
1
2
1
Now I want to subtract the numbers in file 2 from the numbers in file 1 and get the results in a new .txt file:
File 3:
2
2
4
Very simple. I was going to do it in Excel, but I don't have that right now. Does anyone know another easy way?
File 1:
3
4
5
File 2:
1
2
1
Now I want to subtract the numbers in file 2 from the numbers in file 1 and get the results in a new .txt file:
File 3:
2
2
4
Very simple. I was going to do it in Excel, but I don't have that right now. Does anyone know another easy way?