learnbyexample to Linux@lemmy.mlEnglish · 8 months agoI wrote an interactive TUI app that gives a brief tour of the GNU awk command for beginnersgithub.comexternal-linkmessage-square6fedilinkarrow-up1111arrow-down10file-textcross-posted to: cool_github_projects
arrow-up1111arrow-down1external-linkI wrote an interactive TUI app that gives a brief tour of the GNU awk command for beginnersgithub.comlearnbyexample to Linux@lemmy.mlEnglish · 8 months agomessage-square6fedilinkfile-textcross-posted to: cool_github_projects
minus-squareboredsquirrel@slrpnk.netlinkfedilinkarrow-up8·8 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·8 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.