SUPER SAIYAN@lemmy.world to memes@lemmy.world · edit-28 hours agoI suck at naming anythinglemmy.worldimagemessage-square20fedilinkarrow-up1159arrow-down19
arrow-up1150arrow-down1imageI suck at naming anythinglemmy.worldSUPER SAIYAN@lemmy.world to memes@lemmy.world · edit-28 hours agomessage-square20fedilink
minus-squareBeigeAgenda@lemmy.calinkfedilinkarrow-up3·edit-26 hours agoOr like me obliviously spending cycles trawling through everything. find dir/ -iname "*John*Cena*" or grep -rIi "John.*Cena" dir/
minus-squareqjkxbmwvz@startrek.websitelinkfedilinkarrow-up2·5 hours ago grep -rIi “John.*Cena” dir/ I have this sort of thing aliased, with some added --include flags to filter file type (e.g., only match source/script files). Super useful!
minus-squaremarcos@lemmy.worldlinkfedilinkarrow-up2·6 hours ago spending cycles trawling through everything Beats spending cycles indexing everything and never search them.
Or like me obliviously spending cycles trawling through everything.
or
I have this sort of thing aliased, with some added
--includeflags to filter file type (e.g., only match source/script files). Super useful!Beats spending cycles indexing everything and never search them.