Related questions
grep, but only certain file extensions
I am working on writing some scripts to grep certain directories, but these directories contain all sorts of file types.
I want to grep just .h and .cpp for now, but maybe a few others in the future.
So far …