MalikMuaddibSoong@startrek.website to linuxmemes@lemmy.worldEnglish · 8 days agoAn awkward realizationstartrek.websiteimagemessage-square76linkfedilinkarrow-up1476arrow-down17
arrow-up1469arrow-down1imageAn awkward realizationstartrek.websiteMalikMuaddibSoong@startrek.website to linuxmemes@lemmy.worldEnglish · 8 days agomessage-square76linkfedilink
minus-squareCubitOom@infosec.publinkfedilinkEnglisharrow-up19arrow-down1·8 days agoI’ve become a person that uses awk instead of grep, sed, cut, head, tail, cat, perl, or bashisms
minus-squareOpenStars@piefed.sociallinkfedilinkEnglisharrow-up15·8 days agoThe stage of your degeneracy will involve learning PERL. Edit: one-liners FTW! 😁🐪
minus-squareSkaveRat@discuss.tchncs.delinkfedilinkarrow-up7·8 days agoI could try to leard awk while also trying to debug the annoying problem I’m trying to solve, orrr… cut and grep it is
minus-squareMalikMuaddibSoong@startrek.websiteOPlinkfedilinkEnglisharrow-up6·8 days 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
The stage of your degeneracy will involve learning PERL.
Edit: one-liners FTW! 😁🐪
I could try to leard awk while also trying to debug the annoying problem I’m trying to solve, orrr…
cut
andgrep
it issort | uniq -c has entered the chat 🤣
I rather do
${line%% *}
and avoid awk.