• @Crack0n7uesday
    link
    51 year ago

    I don’t think I’ve ever used grep outside of a CLI.

    • @[email protected]
      link
      fedilink
      61 year ago

      Surely you’ve used something roughly equivalent like searching a text, be it web page or other document, for a word or filtering a spreadsheet?

      • Tlaloc_Temporal
        link
        fedilink
        01 year ago

        How would one use grep for a webpage in a browser? Does the page need to be accessed outside the browser?

        • @rambaroo
          link
          31 year ago

          You should be able to use curl to get the HTML and then pipe it to grep.

    • aard
      link
      fedilink
      31 year ago

      Emacs grep lets you run grep, and formats the results in a buffer from where you can then easily visit the files at the match location.