minus-squareoozynozh@sh.itjust.workstoProgrammer Humor@programming.dev•Linux Userslinkfedilinkarrow-up2·2 months 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·3 months agothere exist Windows debloater tools to excise most of that garbage we all hate linkfedilink
it’s
grep STRING FILEto be preciseor
awk '/STRING/′ FILEif you prefer that for some reason