MalikMuaddibSoong@startrek.website to linuxmemes@lemmy.worldEnglish · 18 days agoAn awkward realizationimagemessage-square76linkfedilinkarrow-up1476arrow-down17
arrow-up1469arrow-down1imageAn awkward realizationMalikMuaddibSoong@startrek.website to linuxmemes@lemmy.worldEnglish · 18 days agomessage-square76linkfedilink
minus-squareNaibofTabr@infosec.publinkfedilinkEnglisharrow-up7·edit-217 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.
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.