awktutorial/12-further-reading.awk

16 lines
455 B
Awk
Executable File

#!/usr/bin/awk -f
# https://www.grymoire.com/Unix/Awk.html
# this tutorial has been designed as a quick start, only to give
# you the essential characteristics of awk and to show you how
# you can get started right away.
# you can go over bruce barnett's great tutorial, linked above,
# for more detail on the concepts covered here.
# you can also look into these other great resources:
#
# * https://www.gnu.org/software/gawk/manual/
# * (more soon)