• fmstrat
    link
    fedilink
    37 months ago

    You rarely need find with grep if you man grep. Grep does it all.

    • @jaybone
      link
      07 months ago

      Grep is going to find all .java files in /home/user/workspace? And then conditionally search them? Not so sure about that.

      • fmstrat
        link
        fedilink
        97 months ago

        grep -R --include=\*.java "pattern" /home/user/workspace