I live in Holland and currency is stated with a komma (,) instead of a dot (.) I.e.feeds with 14.95 is interpreted as a number instead of 14,95 in euros
Is there a LINUX command (sed?) which can solve this problem? So 14.95 is changed into 14,95
I've tried to replace the dot with a komma but the feed has a number of correct dot's which are also replaced