Re: bash 4.4 messed up input with certain background processes
From:
Grisha Levit
Subject:
Re: bash 4.4 messed up input with certain background processes
Date:
Wed, 29 Jun 2016 23:22:30 -0400
Thanks, the -n option does work around this.
I was very surprised to see input going to a backgrounded process but it seems that it is actually being stolen by the ssh control master process, which is not under bash's control.