learnbyexample to Linux@lemmy.mlEnglish • 11 months agoI wrote an interactive TUI app that gives a brief tour of the GNU awk command for beginnersgithub.comexternal-linkmessage-square5fedilinkarrow-up1111arrow-down11file-text
arrow-up1110arrow-down1external-linkI wrote an interactive TUI app that gives a brief tour of the GNU awk command for beginnersgithub.comlearnbyexample to Linux@lemmy.mlEnglish • 11 months agomessage-square5fedilinkfile-text
minus-squareboredsquirrellinkfedilink8•11 months agoReally cool, use it sometimes but never understood it really. It is so useful to get strings from whatever file you want
minus-square@ewenak@jlai.lulinkfedilink1•11 months agoYeah, really, I only know awk '{ print $SOME_COLUMN_NUMBER }', nothing else.
Really cool, use it sometimes but never understood it really. It is so useful to get strings from whatever file you want
Yeah, really, I only know
awk '{ print $SOME_COLUMN_NUMBER }'
, nothing else.