You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#661 on linux environment vars with . fail with ENVIRON + mawk issue
mawk does not like th \s for space and I didn't find a good solution so
I removed the space then numbers part of the regex
This should not be a problem because it is not a line selection criteria
but a way to select the second column
As the awk solution already assumed the interesting data is in the
second column we already lost this capability
Also the ENVIRON[XX.YY] did not work. Not in mawk nor in gawk though it
works fine on windows
Therefore I expanded the max sizes specified in the board.txt file in
the awk file
0 commit comments