Björn Tantau@swg-empire.de to linuxmemes@lemmy.world · 6 months agoSeriously, WTF is up with that?message-squaremessage-square17fedilinkarrow-up119arrow-down10
arrow-up119arrow-down1message-squareSeriously, WTF is up with that?Björn Tantau@swg-empire.de to linuxmemes@lemmy.world · 6 months agomessage-square17fedilink
minus-squareeskimofry@lemmy.worldlinkfedilinkarrow-up2·6 months agoCorporate users in shambles because mlocate.db cannot be generated without root.
minus-squareEvotech@lemmy.worldlinkfedilinkarrow-up0·edit-26 months agoIdk why but I’ve always been a locate enjoyer myself. But find has more usecases.
minus-squareEvotech@lemmy.worldlinkfedilinkarrow-up0·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-up0·6 months agoGrep. Couldn’t live without find exec grep.
minus-squarefmstrat@lemmy.nowsci.comlinkfedilinkarrow-up0·6 months agoYou rarely need find with grep if you man grep. Grep does it all.
minus-squarejaybone@lemmy.worldlinkfedilinkarrow-up0·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-up2·6 months agogrep -R --include=\*.java "pattern" /home/user/workspace
locate
enjoyers unite.Corporate users in shambles because mlocate.db cannot be generated without root.
Idk why but I’ve always been a locate enjoyer myself. But find has more usecases.
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