• @jaybone
    link
    315 days ago

    Grep. Couldn’t live without find exec grep.

    • fmstrat
      link
      fedilink
      315 days ago

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

      • @jaybone
        link
        014 days 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
          914 days ago

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