Deutsch   English   Français   Italiano  
<vff775$31l9b$1@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!eternal-september.org!feeder2.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Lawrence D'Oliveiro <ldo@nz.invalid>
Newsgroups: comp.unix.shell
Subject: Re: coprocs - again (Was: Different variable assignments)
Date: Fri, 25 Oct 2024 04:35:49 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 9
Message-ID: <vff775$31l9b$1@dont-email.me>
References: <lmt83dFsvbvU3@mid.individual.net> <vf1942$1uso$1@dont-email.me>
	<vf1dfl$3e4c7$1@news.xmission.com> <vf239t$9ikn$1@dont-email.me>
	<vf2hi4$3en6a$1@news.xmission.com> <vff6l8$31j2u$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Fri, 25 Oct 2024 06:35:50 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="6f8a7da226e86ac28e6e28397b51281d";
	logging-data="3200299"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1/JGGnfuPHaasF64G+o1/m+"
User-Agent: Pan/0.160 (Toresk; )
Cancel-Lock: sha1:qkYo4FS9YpkXY7qKVQh+Uk9v5nA=
Bytes: 1555

On Fri, 25 Oct 2024 06:26:14 +0200, Janis Papanagnou wrote:

> I meant that you can have several asynchroneous processes started which
> are each connected to the same main shell session with pipes for
> communicating. For that you have to redirect the default pipe channels
> because there's of course just one option '-p' with the commands 'read'
> and 'print' and you need some way to differentiate the various channels.

Bash does that in a nicer way.