Björn Tantau@swg-empire.de to linuxmemes@lemmy.world · 1 年前Seriously, WTF is up with that?swg-empire.deimagemessage-square29linkfedilinkarrow-up1310arrow-down114
arrow-up1296arrow-down1imageSeriously, WTF is up with that?swg-empire.deBjörn Tantau@swg-empire.de to linuxmemes@lemmy.world · 1 年前message-square29linkfedilink
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
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