MalikMuaddibSoong@startrek.website to linuxmemes@lemmy.worldEnglish · 18 hours agoAn awkward realizationstartrek.websiteimagemessage-square69fedilinkarrow-up1400arrow-down16
arrow-up1394arrow-down1imageAn awkward realizationstartrek.websiteMalikMuaddibSoong@startrek.website to linuxmemes@lemmy.worldEnglish · 18 hours agomessage-square69fedilink
minus-squareCubitOom@infosec.publinkfedilinkEnglisharrow-up19arrow-down1·edit-218 hours agoI’ve become a person that uses awk instead of grep, sed, cut, head, tail, cat, perl, or bashisms
minus-squarepoinck@lemmy.worldlinkfedilinkarrow-up1·6 hours agoI rather do ${line%% *} and avoid awk.
minus-squareSkaveRat@discuss.tchncs.delinkfedilinkarrow-up7·edit-214 hours 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-squareOpenStars@piefed.sociallinkfedilinkEnglisharrow-up14·edit-217 hours agoThe stage of your degeneracy will involve learning PERL. Edit: one-liners FTW! 😁🐪
minus-squareMalikMuaddibSoong@startrek.websiteOPlinkfedilinkEnglisharrow-up6·16 hours agosort | uniq -c has entered the chat 🤣
I’ve become a person that uses awk instead of grep, sed, cut, head, tail, cat, perl, or bashisms
I rather do
${line%% *}
and avoid awk.I could try to learn awk while also trying to debug the annoying problem I’m trying to solve, orrr…
cut
andgrep
it isThe stage of your degeneracy will involve learning PERL.
Edit: one-liners FTW! 😁🐪
sort | uniq -c has entered the chat 🤣