Faster grep
If you want to run a faster grep, use the “LC_ALL” flag and set it to “C”.
For example:
“LC_ALL=C” will tell grep to search using ASCII locale instead of UTF.
You can also do that on compressed files by running it with zgrep.
For example:
Written on July 21, 2015