標(biāo)題: how to replace " to ' using sed ? [打印本頁] 作者: qzhu 時(shí)間: 2007-02-27 03:24 標(biāo)題: how to replace " to ' using sed ? I need to replace all double quote , i.e. " with 2 single quotes ' '
Could any one tell me how to do this using sed?
sed 's/\"/\'\'/g' does not seem to be working, its a little bit tricky.作者: 大螞蟻 時(shí)間: 2007-02-27 03:38
sed 's/\"/\'/g'作者: qzhu 時(shí)間: 2007-02-27 04:40
都說過不行了作者: skrypto 時(shí)間: 2007-02-27 04:53
樓主看清楚了