Björn Tantau@swg-empire.de to linuxmemes@lemmy.world · 1 年前Seriously, 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 · 1 年前message-square29fedilink
minus-squareEvotech@lemmy.worldlinkfedilinkarrow-up13·edit-21 年前Find can find stuff based on permissions or other variables and interact with files, like delete etc Locate is just a database of filenames
minus-squarefmstrat@lemmy.nowsci.comlinkfedilinkarrow-up3·1 年前You rarely need find with grep if you man grep. Grep does it all.
minus-squarejaybone@lemmy.worldlinkfedilinkarrow-up1arrow-down1·1 年前Grep 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·1 年前grep -R --include=\*.java "pattern" /home/user/workspace
Like what?
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