Last active
December 26, 2017 20:09
-
-
Save niedzielski/9e441cae1a341c5363998f2d89deec99 to your computer and use it in GitHub Desktop.
Highlight words but don't omit nonmatching lines.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo -e 'foo\n\bar\nbaz'|grep -E 'a|$' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment