Chris@feddit.uk to Comic Strips@lemmy.worldEnglish · 4 days agoFiles [Admiral Wonderboat]files.mastodon.socialimagemessage-square26fedilinkarrow-up1389arrow-down112file-text
arrow-up1377arrow-down1imageFiles [Admiral Wonderboat]files.mastodon.socialChris@feddit.uk to Comic Strips@lemmy.worldEnglish · 4 days agomessage-square26fedilinkfile-text
minus-squaretequinhu@lemmy.worldlinkfedilinkarrow-up13arrow-down1·edit-24 days agogrep -irl "some text that the file would have" (Obiously only work for text files, but that’s enough to cover 90% of cases for me)
minus-squaretequinhu@lemmy.worldlinkfedilinkarrow-up1·4 days agoFun fact: I use “git bash shell” over windows’ cmd just because of grep
minus-squareindepndnt@lemmy.worldlinkfedilinkarrow-up1·4 days agoI don’t know what those flags mean, but from context I think this is a command I’ve needed a bunch of times but haven’t had the time or energy to learn about yet. So thanks! I can’t wait to try it!
minus-squaretequinhu@lemmy.worldlinkfedilinkarrow-up2·4 days ago case insensitive rrecursive only show filenames I also like to use: I (capital i) to skip binary files, if I’m in a folder with heavy images/videos/etc c 3 to show 3 lines around the matched text
minus-squarenaticus@lemmy.worldlinkfedilinkEnglisharrow-up2·4 days agoThis’ll help: https://explainshell.com/explain?cmd=grep+-irl+"some+text"
grep -irl "some text that the file would have"
(Obiously only work for text files, but that’s enough to cover 90% of cases for me)
Now we need a /c/grep_irl
That’s a solid windows shame.
Fun fact: I use “git bash shell” over windows’ cmd just because of grep
I don’t know what those flags mean, but from context I think this is a command I’ve needed a bunch of times but haven’t had the time or energy to learn about yet. So thanks! I can’t wait to try it!
i
nsensitiver
recursivel
enamesI also like to use:
I
(capital i) to skip binary files, if I’m in a folder with heavy images/videos/etcc 3
to show 3 lines around the matched textThis’ll help:
https://explainshell.com/explain?cmd=grep+-irl+"some+text"