You are viewing a single comment's thread. Return to all comments →
why doesn't this work?
grep -E '(.) ?\1'`
nor does this: grep '\(.\) \?\1'
grep '\(.\) \?\1'
Seems like cookies are disabled on this browser, please enable them to open this website
'Grep' - B
You are viewing a single comment's thread. Return to all comments →
why doesn't this work?
nor does this:
grep '\(.\) \?\1'