Grep's “Invalid range end” ­— bug or feature?

前端 未结 2 410
隐瞒了意图╮
隐瞒了意图╮ 2020-12-17 10:14

I\'ve got these three files:

$ cat pattern-ok 
[\'\\-]
$ cat pattern-buggy 
[\\-\']
$ cat text 
abc\'def-ghi

And now, is the following a bu

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