Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • Should contain at least one of the 3 different strings or all of the 3? Commented Jul 1, 2022 at 16:45
  • Should contain 'at least one' Commented Jul 1, 2022 at 16:47
  • Note that grep -F can be invoked as fgrep Commented Jul 2, 2022 at 2:45
  • 2
    @RomanOdaisky fgrep is deprecated in favor of grep -F. Commented Jul 2, 2022 at 3:42