MalikMuaddibSoong@startrek.website to linuxmemes@lemmy.worldEnglish · 13 days agoAn awkward realizationstartrek.websiteexternal-linkmessage-square76linkfedilinkarrow-up1473arrow-down17
arrow-up1466arrow-down1external-linkAn awkward realizationstartrek.websiteMalikMuaddibSoong@startrek.website to linuxmemes@lemmy.worldEnglish · 13 days agomessage-square76linkfedilink
minus-squareNaibofTabr@infosec.publinkfedilinkEnglisharrow-up7·12 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.