28637cec9e
Some implementations of grep do not support extended regular expressions (ERE). Using egrep instead seems to be more portable.
2 lines
29 B
Plaintext
2 lines
29 B
Plaintext
%<a-s>H$egrep "foo|bar"<ret>
|