SHΛRK@lemmy.zip to Programmer Humor@programming.dev · 5 days agoLinux Catlemmy.zipexternal-linkmessage-square68fedilinkarrow-up1436arrow-down18file-text
arrow-up1428arrow-down1external-linkLinux Catlemmy.zipSHΛRK@lemmy.zip to Programmer Humor@programming.dev · 5 days agomessage-square68fedilinkfile-text
minus-squareEager Eagle@lemmy.worldlinkfedilinkEnglisharrow-up11·5 days agoI still like doing cat file.txt | grep thing because I often re-run it to find something else like cat file.txt | grep thing2 - and if I do that with grep, the pattern sits awkwardly in the middle instead of at the end
I still like doing
cat file.txt | grep thingbecause I often re-run it to find something else likecat file.txt | grep thing2- and if I do that with grep, the pattern sits awkwardly in the middle instead of at the end< file.txt grep thingalso works.is it more obtuse