Gordon Shephard

Results 5 comments of Gordon Shephard

I might have a fix for this in https://github.com/onetrueawk/awk/pull/163/files

Correct Behavior with PR: ``` $ ./awk '{printf "x"FS"x "; print $1":"$2}' t1 FS="[ ,]" t1 t1 x x 1,2:3 x x 4,5:6 x[ ,]x 1:2 x[ ,]x 4:5 x[...

Fix for issue https://github.com/onetrueawk/awk/issues/162

This turned out to be a permissions issue - I worked through it with our k8ns admin for a couple hours, and we kept adding permissions, one at a time,...

Thanks for this thread - I spent about 45 minutes trying to figure out how to get IPv6 working (I have an IPv6 only site I'm trying to connect to)...