我正在使用这段代码:
sed -E ':a;N;;s/(,"[^"]*)\n/\1/;$!ba' $target > Int.csv
#sed ':a;N;$!ba;s/\n//g' $target > Int.csv
sed -e "s/\r//g" Int.csv > Removejunk.csv
\n
我的要求是从csv文件中删除该字符,同时也删除该^m
字符。
但在输出中,M
也被删除。
即我得到10-01-2020 08:16 AM,ichael Flores
而不是10-01-2020 08:16 AM,Michael Flores