powershell bash loops are randomly stuck waiting for keyboard input
Hi all, I am facing a curious issue. I have bash script I am running from powershell in windows that does a for loop. Every once in a while, one of the loop iteration hangs until I hit enter on the keyboard. This doesn't happen all the time, in fact, it happens pretty rarely. But it still does. The interesting thing is that my loop...