Hi
My problem is related to escaping special characters like the dollar sign in variables, while doing substitutions.
I've tried perl sub, awk sub, sed substitution with no success.
Explanation:
A CSV file contains lines, with 2 values per line separated by comma.
The first value is used as a...