70
Should I use awk or gawk?
171901/…
Why does grep take so long?
If you are in a lot of files it will be slow because it needs to open them and read through them. If you have an idea of where the files you’re looking for, you might try to limit the number of files you have to search this way.