yesman@lemmy.world to linuxmemes@lemmy.world · 1 年前Ctrl+Alt+Tlemmy.worldimagemessage-square233linkfedilinkarrow-up11.4Karrow-down125
arrow-up11.37Karrow-down1imageCtrl+Alt+Tlemmy.worldyesman@lemmy.world to linuxmemes@lemmy.world · 1 年前message-square233linkfedilink
minus-squareElderWendigolinkfedilinkarrow-up6·1 年前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?
minus-squareTlaloc_Temporal@lemmy.calinkfedilinkarrow-up1arrow-down1·1 年前How would one use grep for a webpage in a browser? Does the page need to be accessed outside the browser?
minus-squarerambaroo@lemmy.worldlinkfedilinkarrow-up4arrow-down1·1 年前You should be able to use curl to get the HTML and then pipe it to grep.
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?
How would one use grep for a webpage in a browser? Does the page need to be accessed outside the browser?
You should be able to use curl to get the HTML and then pipe it to grep.