On Fri, Apr 23, 2021 at 07:50:45AM -0400, The Wanderer wrote:
> grep -i 'fs|filesystem'" finds rmlint, which looks like it might do the

FYI that needs to be egrep, or grep -E, in order for the | character
to work as you intend.

Reply via email to