SUPER SAIYAN@lemmy.world to memes@lemmy.world · 5 days agoI suck at naming anythinglemmy.worldimagemessage-square30linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imageI suck at naming anythinglemmy.worldSUPER SAIYAN@lemmy.world to memes@lemmy.world · 5 days agomessage-square30linkfedilink
minus-squareqjkxbmwvz@startrek.websitelinkfedilinkarrow-up0·4 days 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!
I have this sort of thing aliased, with some added
--includeflags to filter file type (e.g., only match source/script files). Super useful!