Replace Strings Using Sed And Regex

前端 未结 6 1932
猫巷女王i
猫巷女王i 2020-12-28 14:57

I\'m trying to uncomment file content using sed but with regex (for example: [0-9]{1,5})

# one two 12
# three four 34
# five six 56

The fol

6条回答
提交回复
热议问题