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