help-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: colored verbose


From: alex xmb sw ratchev
Subject: Re: colored verbose
Date: Wed, 8 Nov 2023 15:08:14 +0100

On Wed, Nov 8, 2023, 3:03 PM Greg Wooledge <greg@wooledge.org> wrote:

> On Wed, Nov 08, 2023 at 02:58:01PM +0100, alex xmb sw ratchev wrote:
> > btw for me it ran
> > the echo ed foo was first , but then two texted came
> > as for two cmds
> > then exit .. maybe u have old bash ? :)
>
> When stdout and stderr both go to the terminal and haven't been
> messed with, there is a synchronization that happens.  Each line is
> written by a single shell process without buffering, and the result
> is that things appear in the correct order.
>

i doun get
i cant read all , hard bad text ..

Filtering one or more of these streams through a background process
> means you lose that synchronization.  You have two independent processes
> which are both writing to the terminal, and they don't wait for each
> other.
>

ah in n out async
yes good feature
but i get 0 of .. the story

I showed examples of this in my previous message.  You're seeing the
> same thing.
>

sryy .. greets ..

>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]