我有这个sed命令用于删除逗号后的空格.
sed -e 's/,\s\+/,/g' example.txt
如何更改它,它将仅在特定的行号之间进行修改.
(例如在第二和第三行之间).
regex unix sed
regex ×1
sed ×1
unix ×1