yesman@lemmy.world to linuxmemes@lemmy.world · 2 years agoCtrl+Alt+Tlemmy.worldimagemessage-square240fedilinkarrow-up11.4Karrow-down125
arrow-up11.37Karrow-down1imageCtrl+Alt+Tlemmy.worldyesman@lemmy.world to linuxmemes@lemmy.world · 2 years agomessage-square240fedilink
minus-squareCrack0n7uesday@lemmy.worldlinkfedilinkarrow-up5·2 years agoI don’t think I’ve ever used grep outside of a CLI.
minus-squareElderWendigo@sh.itjust.workslinkfedilinkarrow-up6·2 years agoSurely 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·2 years agoHow 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·2 years agoYou should be able to use curl to get the HTML and then pipe it to grep.
minus-squareaard@kyu.delinkfedilinkarrow-up3·2 years agoEmacs 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.
I don’t think I’ve ever used grep outside of a CLI.
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.
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.