exercism / awk

Exercism exercises in AWK.
https://exercism.org/tracks/awk
MIT License
18 stars 21 forks source link

Fundamentals concept #190

Closed glennj closed 1 year ago

glennj commented 1 year ago

Getting started with the AWK syllabus...

glennj commented 1 year ago

This is just the concept introduction. The learning exercise will come when we nail down the introductory materials.

glennj commented 1 year ago

I moved the sections around a bit, to introduce records before using them. Also, added a couple of more relevant examples.

Diff between about and introduction:

glennj commented 1 year ago

I haven't thought much about the exercise yet. I'll have to come back to the introduction to show basic commands like print

glennj commented 1 year ago

On to the exercise ...

I plan to take some inspiration from the jq basics exercise, but it's still totally TBD

glennj commented 1 year ago

I botched the commit history a bit: forgot to rebase before I pushed.

Nevertheless, the last commit adds the exercise (and repairs config.json) without touching the concept docs.