shark_byte@lemmy.zip to Programmer Humor@programming.dev · 2 days agoLinux Catlemmy.zipexternal-linkmessage-square61fedilinkarrow-up1417arrow-down18file-text
arrow-up1409arrow-down1external-linkLinux Catlemmy.zipshark_byte@lemmy.zip to Programmer Humor@programming.dev · 2 days agomessage-square61fedilinkfile-text
minus-squareEager Eagle@lemmy.worldlinkfedilinkEnglisharrow-up10·2 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