You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a small thing that I'm just recording because I tripped over it today:
grep -c (used by find_n_strings) counts matching lines not matching words so, in practice, find_n_strings is actually find_n_matching_lines
This is a small thing that I'm just recording because I tripped over it today:
grep -c (used by find_n_strings) counts matching lines not matching words so, in practice, find_n_strings is actually find_n_matching_lines