sed to remove single and double quotes at the same time -


i trying remove single quotes , double quotes file. can in single sed command?

i trying :

sed 's/\"//g;s/\'//g' txt file 

but error

`' ' unmatched.

please help.

another possibility use tr:

tr -d \'\" file 

Comments

Popular posts from this blog

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

javascript - addthis share facebook and google+ url -