Hi, When I run a for loop in bash, then pausing it with CTL-z, then restarting it with fg, the for loop just stops. I don't think this was the behaviour until recently, and I don't find it a correct behaviour, according to the meaning of the CTL-z "suspend" (https://en.wikipedia.org/wiki/Control-Z). Is there any explanation to this behaviour?
I'm using: GNU bash, version 4.3.30(1)-release (x86_64-pc-linux-gnu) Under: Ubuntu 14.10 (utopic) Cheers GM