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