【发布时间】:2013-11-28 19:33:43
【问题描述】:
如何用空格替换文件中的所有点,但不应替换数字中的点,例如 1.23232 或 4.23232。
例如
输入:
abc.hello is with cdf.why with 1.9343 and 3.3232 points. What will
输出:
abc_hello is with cdf_why with 1.9343 and 3.3232 point_ what will
【问题讨论】:
标签: unix scripting replace awk vi