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