我有如下字符串:
engineer,doctor,"987,345,123",engineer
我想在unix中将其更改为以下内容:
engineer,doctor,"987345123",engineer
awk text-processing
awk ×1
text-processing ×1