• @[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.