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