On Tue, Dec 30, 2008 at 12:16:49AM +0100, Richard Hartmann wrote:
> Please don't CC [email protected] any more -- my fault for mixing
> two bugs into one email. Won't happen again.
>
> On Mon, Dec 29, 2008 at 22:19, Stephane Chazelas
> <[email protected]> wrote:
>
> > That'd be a feature. All the other shells except bash behave
> > like that. You'll find plenty of places where people complain
> > about bash behavior.
>
> doing the 'right' thing and suspending {1;2;3} :
> ksh93
>
> swallowing 3 :
> bash, csh, fish,
>
> running 3 the second 2 is suspended:
> ash, dash
>
> freezing the whole shell:
> Solaris 9 /bin/sh
>
> not allowing you to suspend within a command chain at all:
> ksh88
>
> not catching ^Z and suspending themselves; when stopped from
> another shell, they do:
> posh :
> runs 3 the second 2 is suspended
> sash :
> does the 'right' thing and suspends {1;2;3}
>
> being so weird i had to kill the shell from outside:
> scsh
[...]
Could you please clarify what you tried? I get different
behaviors from you whether I try
{ echo 1; sleep 10; echo 2; }
or
echo 1; sleep 10; echo 2
--
Stéphane
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]