learnbyexample@programming.dev to Linux@lemmy.mlEnglish · 6 months agoI wrote an interactive TUI app that gives a brief tour of the GNU awk command for beginnersgithub.comexternal-linkmessage-square5fedilinkarrow-up1108arrow-down11file-textcross-posted to: cool_github_projects@programming.dev
arrow-up1107arrow-down1external-linkI wrote an interactive TUI app that gives a brief tour of the GNU awk command for beginnersgithub.comlearnbyexample@programming.dev to Linux@lemmy.mlEnglish · 6 months agomessage-square5fedilinkfile-textcross-posted to: cool_github_projects@programming.dev
minus-squareboredsquirrel@slrpnk.netlinkfedilinkarrow-up8·6 months agoReally cool, use it sometimes but never understood it really. It is so useful to get strings from whatever file you want
minus-squareewenak@jlai.lulinkfedilinkarrow-up1·6 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.