Linux distros and MSYS2 for Windows ship with GNU awk, but macOS comes with a more primitive awk that is missing some extended functionality found in gawk. In the case of v.net.models, this only affects the use of the sorting function "asorti()". Fortunately, this is easy to replace with "sort -n" for all three OS.
Linux distros and MSYS2 for Windows ship with GNU awk, but macOS comes with a more primitive awk that is missing some extended functionality found in gawk. In the case of v.net.models, this only affects the use of the sorting function "asorti()". Fortunately, this is easy to replace with "sort -n" for all three OS.