gawk: Sample Debugging Session

1 
1 14.2 Sample 'gawk' Debugging Session
1 ====================================
1 
1 In order to illustrate the use of 'gawk' as a debugger, let's look at a
1 sample debugging session.  We will use the 'awk' implementation of the
1 POSIX 'uniq' command described earlier (⇒Uniq Program) as our
1 example.
1 

Menu