Björn Tantau@swg-empire.de to linuxmemes@lemmy.world · 6 months agoSeriously, WTF is up with that?swg-empire.deimagemessage-square29fedilinkarrow-up1311arrow-down114
arrow-up1297arrow-down1imageSeriously, WTF is up with that?swg-empire.deBjörn Tantau@swg-empire.de to linuxmemes@lemmy.world · 6 months agomessage-square29fedilink
minus-squareEvotech@lemmy.worldlinkfedilinkarrow-up13·edit-26 months agoFind can find stuff based on permissions or other variables and interact with files, like delete etc Locate is just a database of filenames
minus-squarejaybone@lemmy.worldlinkfedilinkarrow-up3·6 months agoGrep. Couldn’t live without find exec grep.
minus-squarefmstrat@lemmy.nowsci.comlinkfedilinkarrow-up3·6 months agoYou rarely need find with grep if you man grep. Grep does it all.
minus-squarejaybone@lemmy.worldlinkfedilinkarrow-up1arrow-down1·6 months agoGrep is going to find all .java files in /home/user/workspace? And then conditionally search them? Not so sure about that.
minus-squarefmstrat@lemmy.nowsci.comlinkfedilinkarrow-up9·6 months agogrep -R --include=\*.java "pattern" /home/user/workspace
Find can find stuff based on permissions or other variables and interact with files, like delete etc
Locate is just a database of filenames
Grep. Couldn’t live without find exec grep.
You rarely need find with grep if you man grep. Grep does it all.
Grep is going to find all .java files in /home/user/workspace? And then conditionally search them? Not so sure about that.
grep -R --include=\*.java "pattern" /home/user/workspace