标签: bash
说我有这个
str="System IP is 9.9.9.9 on port 3442" str2="ip 192.168.0.9 is using port 222"
我想删除所有子串,但其中包含一个句点的子串会让我:
9.9.9.9 192.168.0.9
有什么想法吗?