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

TUI-apps/AwkTutorial at main · learnbyexample/TUI-apps

Let me know your feedback, especially if you haven't learned awk
yet!
At an old place of work, someone wrote an awk script that parsed strings using regex from a CSV file, and it generated JavaScript code automatically. It was ~5000 lines of awk script, it was beautiful. I understood it after a couple of weeks, I was in charge of maintaining it, super interesting.