you can determine if you have oawk or nawk using the following in a BEGIN rule will do the trick. {{{ awk if (ARGC == 0) # old awk else # new awk }}}
Summary:
This change is a minor edit.
Username: