Kitz Forum

Chat => Tech Chat => Topic started by: Weaver on November 23, 2020, 12:19:00 PM

Title: AWK
Post by: Weaver on November 23, 2020, 12:19:00 PM
I have a modest-sized AWK program which is a filter (text processor). Is there an easy way of debugging AWK?
Title: Re: AWK
Post by: chenks on November 23, 2020, 05:24:03 PM
stackoverflow is your friend
https://stackoverflow.com/questions/2116600/how-to-debug-an-awk-script
Title: Re: AWK
Post by: Weaver on November 23, 2020, 05:51:26 PM
Why didn’t I think of stackoverflow? I already have an account. Just extreme fatigue this afternoon, I think, brain freeze.  :-[

Many thanks for that link.