- patsie75/awk-fps: First Person Shooter in gawk
- nixcasts - YouTube
- jherrlin/sax: An intuitive way to find your beloved shell commands.
- 333-9/awk-html-generator: generates html sites from markdown-like syntax
- learn_gnuawk/gnu_awk.md at master · learnbyexample/learn_gnuawk
- djanderson/aho: A git implementation in awk
# https://stackoverflow.com/questions/31528739/alternative-to-uniq-c-and-sort-in-pure-awk/31529391
awk 'BEGIN{PROCINFO["sorted_in"]="@val_num_asc"} { a[$1]++ } END{for (ip in a)print a[ip],ip}' access.log