learnbyexample to Linux@lemmy.mlEnglish • 1 year agoI wrote an interactive TUI app that gives a brief tour of the GNU awk command for beginnersgithub.comexternal-linkmessage-square5fedilinkarrow-up1111file-textcross-posted to: cool_github_projects@programming.dev
arrow-up1111external-linkI wrote an interactive TUI app that gives a brief tour of the GNU awk command for beginnersgithub.comlearnbyexample to Linux@lemmy.mlEnglish • 1 year agomessage-square5fedilinkfile-textcross-posted to: cool_github_projects@programming.dev
minus-squareboredsquirrellinkfedilink8•1 year 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•1 year 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.