minus-squareoozynozh@sh.itjust.workstoProgrammer Humor@programming.dev•Linux Userslinkfedilinkarrow-up2·28 days agoit’s grep STRING FILE to be precise or awk '/STRING/′ FILE if you prefer that for some reason linkfedilink
minus-squareoozynozh@sh.itjust.workstoLinux@lemmy.ml•Office workers - Has anyone here convinced their boss to let them install a Linux distro on their work desktop?linkfedilinkarrow-up1·2 months agothere exist Windows debloater tools to excise most of that garbage we all hate linkfedilink
it’s
grep STRING FILE
to be preciseor
awk '/STRING/′ FILE
if you prefer that for some reason