MalikMuaddibSoong@startrek.website to linuxmemes@lemmy.worldEnglish · 2 months agoAn awkward realizationstartrek.websiteimagemessage-square76linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imageAn awkward realizationstartrek.websiteMalikMuaddibSoong@startrek.website to linuxmemes@lemmy.worldEnglish · 2 months agomessage-square76linkfedilink
minus-squareCubitOom@infosec.publinkfedilinkEnglisharrow-up0·edit-22 months agoI’ve become a person that uses awk instead of grep, sed, cut, head, tail, cat, perl, or bashisms
minus-squareMalikMuaddibSoong@startrek.websiteOPlinkfedilinkEnglisharrow-up0·2 months agosort | uniq -c has entered the chat 🤣
minus-squareOpenStars@piefed.sociallinkfedilinkEnglisharrow-up0·edit-22 months agoThe stage of your degeneracy will involve learning PERL. Edit: one-liners FTW! 😁🐪
minus-squareSkaveRat@discuss.tchncs.delinkfedilinkarrow-up0·edit-22 months agoI could try to learn awk while also trying to debug the annoying problem I’m trying to solve, orrr… cut and grep it is
minus-squarepoinck@lemmy.worldlinkfedilinkarrow-up0·2 months agoI rather do ${line%% *} and avoid awk.
I’ve become a person that uses awk instead of grep, sed, cut, head, tail, cat, perl, or bashisms
sort | uniq -c has entered the chat 🤣
The stage of your degeneracy will involve learning PERL.
Edit: one-liners FTW! 😁🐪
I could try to learn awk while also trying to debug the annoying problem I’m trying to solve, orrr…
cutandgrepit isI rather do
${line%% *}and avoid awk.