当前位置: 技术问答>linux和unix
如何用awk或sed去掉文件中的所有双引号
来源: 互联网 发布时间:2017-04-20
本文导语: 如何用awk或sed去掉文件中的所有双引号 文件config_20130101.dat中有很多双引号 请问,如何用awk,sed去掉。 求shell | sed -i 's/"//g' config_20130101.dat | echo '#include "stdio.h"' | sed 's/"//g' 推荐coolshell...
如何用awk或sed去掉文件中的所有双引号
文件config_20130101.dat中有很多双引号 请问,如何用awk,sed去掉。
求shell
文件config_20130101.dat中有很多双引号 请问,如何用awk,sed去掉。
求shell
|
sed -i 's/"//g' config_20130101.dat
|
echo '#include "stdio.h"' | sed 's/"//g'
推荐coolshell.cn上的sed教程:
http://coolshell.cn/articles/9104.html
推荐coolshell.cn上的sed教程:
http://coolshell.cn/articles/9104.html