Say I have two files where there is one number per line
File 1 file 2
0.12 0.11
0.121 0.454
.... ....
I want to create file or output difference between each number on to the screen, so that result looks like
0.0099
-0.333
......
You can use bash/awk/sed