I wrote an interactive TUI app that gives a brief tour of the GNU awk
command for beginners
I wrote an interactive TUI app that gives a brief tour of the GNU awk
command for beginners
github.com TUI-apps/AwkTutorial at main · learnbyexample/TUI-apps
Terminal User Interface (TUI) apps. Contribute to learnbyexample/TUI-apps development by creating an account on GitHub.
Let me know your feedback, especially if you haven't learned awk
yet!
You're viewing a single thread.
All Comments
4 comments
Really cool, use it sometimes but never understood it really. It is so useful to get strings from whatever file you want
8 0 ReplyYeah, really, I only know
awk '{ print $SOME_COLUMN_NUMBER }'
, nothing else.1 0 Reply