MalikMuaddibSoong@startrek.website to linuxmemes@lemmy.worldEnglish · 8 days agoAn awkward realizationstartrek.websiteimagemessage-square23fedilinkarrow-up1305arrow-down13
arrow-up1302arrow-down1imageAn awkward realizationstartrek.websiteMalikMuaddibSoong@startrek.website to linuxmemes@lemmy.worldEnglish · 8 days agomessage-square23fedilink
minus-squarepelya@lemmy.worldlinkfedilinkarrow-up9·8 days agoEverything you do with awk, you can do with python, and it will also be readable.
minus-squareNaibofTabr@infosec.publinkfedilinkEnglisharrow-up4·edit-28 days agoHmm, but you have to install and run the Python environment for that. AWK is typically present on *NIX systems already. Python seem like overkill for basic text processing tasks.
Everything you do with
awk
, you can do withpython
, and it will also be readable.Hmm, but you have to install and run the Python environment for that. AWK is typically present on *NIX systems already. Python seem like overkill for basic text processing tasks.
On Debian the
python
is preinstalled.