From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: at@turbinal.org Date: Thu, 17 Oct 2002 05:03:40 +0400 To: sisyphus@altlinux.ru Message-ID: <20021017010340.GA29593@homestead.turbinal.org> Mail-Followup-To: sisyphus@altlinux.ru References: <20021015190409.GA4616@homestead.turbinal.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20021015190409.GA4616@homestead.turbinal.org> Subject: [sisyphus] Re: bash 2 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: On Tue, Oct 15, 2002 at 11:04:09PM +0400, at@homestead.turbinal.org wrote: > > $ echo 'echo 1 2 3 | P=$(cat); echo $P' | /bin/sh -xs > + echo 1 2 3 > ++ cat > + P=1 2 3 > + echo Не работает и так: $ echo 'echo 1 2 3 | export P=$(cat); echo $P' | /bin/sh -xs Вообще никак не работает. Это тоже баг или я "не в курсе"?