cm0002@lemmy.world to Programmer Humor@programming.dev · 1 month agoLinux Userslemmy.mlimagemessage-square150fedilinkarrow-up11.12Karrow-down126cross-posted to: programmerhumor@lemmy.ml
arrow-up11.09Karrow-down1imageLinux Userslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 1 month agomessage-square150fedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squareoozynozh@sh.itjust.workslinkfedilinkarrow-up2·29 days 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