cm0002@lemmy.world to Programmer Humor@programming.dev · 2 months agoLinux Userslemmy.mlimagemessage-square143fedilinkarrow-up11.04Karrow-down122
arrow-up11.02Karrow-down1imageLinux Userslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 2 months agomessage-square143fedilink
minus-squareoozynozh@sh.itjust.workslinkfedilinkarrow-up1·2 months agoit’s grep STRING FILE to be precise or awk '/STRING/′ FILE if you prefer that for some reason
it’s
grep STRING FILEto be preciseor
awk '/STRING/′ FILEif you prefer that for some reason