mkasberg / script-seed

🌱 Seed scripts for popular (& unpopular) scripting languages.
https://mkasberg.github.io/script-seed/
MIT License
11 stars 23 forks source link

Add AWK seed script #25

Closed duck2 closed 6 years ago

duck2 commented 6 years ago

After inspecting the gawk manual I have come up with something like this.

The seed doesn't have a full fledged option parser, but the GNU manual has an implementation of getopt in awk in case one needs complex option parsing in an awk script.

mkasberg commented 6 years ago

This is awesome! Thanks for the contribution!