So I just found out I can create log files of everything I do in screen (C-a H). Sounds like a nice way to keep track of potential goofs in a particular screen session. However, when I went to try …
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 …