I have a file that looks like this:
18 29 293.434
12 32 9954.343
12 343 .
12 45 9493.545
I want to replace the "." on line 3 with "0" using sed.
I can't figure out how to do this without replacing every decimal place in the file.
Any help would be much appreciated.