From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Organization: Farlep-Internet Subject: Re: [sisyphus] Re: bash 2 From: Serge Pavlovsky To: Sisyphus In-Reply-To: <20021017010340.GA29593@homestead.turbinal.org> References: <20021015190409.GA4616@homestead.turbinal.org> <20021017010340.GA29593@homestead.turbinal.org> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable X-Mailer: Ximian Evolution 1.0.8- Date: 17 Oct 2002 04:16:38 +0300 Message-Id: <1034817399.2591.25.camel@underdark> Mime-Version: 1.0 Sender: sisyphus-admin@altlinux.ru Errors-To: sisyphus-admin@altlinux.ru X-BeenThere: sisyphus@altlinux.ru X-Mailman-Version: 2.0.9 Precedence: bulk Reply-To: sisyphus@altlinux.ru List-Unsubscribe: , List-Id: List-Post: List-Help: List-Subscribe: , List-Archive: Archived-At: List-Archive: =F7 =FE=D4=D7, 17.10.2002, =D7 04:03, at@turbinal.org =CE=C1=D0=C9=D3=C1=CC= : > On Tue, Oct 15, 2002 at 11:04:09PM +0400, at@homestead.turbinal.org wrote= : > >=20 > > $ echo 'echo 1 2 3 | P=3D$(cat); echo $P' | /bin/sh -xs > > + echo 1 2 3 > > ++ cat > > + P=3D1 2 3 > > + echo >=20 > =EE=C5 =D2=C1=C2=CF=D4=C1=C5=D4 =C9 =D4=C1=CB: >=20 > $ echo 'echo 1 2 3 | export P=3D$(cat); echo $P' | /bin/sh -xs echo 'P=3D$(echo 1 2 3|cat); echo $P' | /bin/sh -xs =CE=CF =DA=C1=DE=C5=CD ? :)