Assignment arguments appear at the end of an awk invocation, in the same area as file variables, both -v assignments and argument assignments must match the following regular expression. (assuming a POSIX locale)
^[[:alpha:]_][[:alnum:]_]*=
The following example assumes a file file containing th...