Library Exercises (The GNU Awk User’s Guide)
From Get docs
Gawk/docs/latest/Library-Exercises
Previous: Library Functions Summary, Up: Library Functions [Contents][Index]
10.9 Exercises
- In Checking for Zero-Length Files, we presented the
zerofile.awkprogram, which made use ofgawk’sARGINDvariable. Can this problem be solved without relying onARGIND? If so, how? - As a related challenge, revise that code to handle the case where an intervening value in
ARGVis a variable assignment.