This should be easy: I want to run sed against a literal string, not an input file. If you wonder why, it is to, for example edit values stored in variabl
Works like you want:
echo "A,B,C" | sed s/,/\',\'/g