cm0002@lemmy.world to Programmer Humor@programming.dev · 12 days agoLinux Userslemmy.mlimagemessage-square149linkfedilinkarrow-up11.32Kcross-posted to: programmerhumor@lemmy.ml
arrow-up11.32KimageLinux Userslemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 12 days agomessage-square149linkfedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squareoozynozh@sh.itjust.workslinkfedilinkarrow-up2·11 days agoit’s grep STRING FILE to be precise or awk '/STRING/′ FILE if you prefer that for some reason
it’s
grep STRING FILE
to be preciseor
awk '/STRING/′ FILE
if you prefer that for some reason