User Tools

Site Tools


sed_notes

This is an old revision of the document!


replace double quote with single quote

sed "s/\"/'/g"

Ref:- https://stackoverflow.com/questions/16154007/replace-all-double-quotes-with-single-quotes

Sample run:

% sed "s/\"/'/g"
a
a
"
'
'
'
sed_notes.1601670058.txt.gz · Last modified: 2020/10/02 20:20 by raju