TIL how to check the progress of a recursive grep

If you want to check the progress of a recursive grep, going trough lots of files, just `sudo ls -lah /proc/[GREP PID]/fd`. You'll see which files grep is accessing at the moment, which will give you an idea how far it is in the search.

kamilgwozdz
June 15, 2021
