(if this grep isn't broken: `b -A3 'glob' | grep -...
# development
w
(if this grep isn't broken:
b -A3 'glob' | grep -B3 'exclude = [A-Za-z]'
)
this grep was wrong, but not too wrong! pheew.
Copy code
$ rg --glob=BUILD -l 'exclude = [A-Za-z]' | wc -l
      10
f