I am looking for a way to replace all points in a row except the last.
Example:
Blah - whatever - foo.bar.baz.avi should become Blah - whatever - foo bar bar.avi
Since I will have more than one line in the file, and the number of points depends on each line, I am looking for a universal solution, and not something like βReplace the first matches of Xβ when X is a constant.
Thiefmaster
source share