Re: assigning variables at the end of a pipeline

2007-01-27 Thread Chet Ramey
Elmar Stellnberger wrote: > Bash Version: 3.1 > Patch Level: 17 > Release Status: release > > estellnb:~> echo xx | while read hug; do echo $hug; done > xx >> echo $hug > sadasd > > estellnb:~> echo xx | read hug; echo $hug Please read the Bash FAQ, question E4. Chet -- ``The lyf so short, t

assigning variables at the end of a pipeline

2007-01-27 Thread Elmar Stellnberger
From: [EMAIL PROTECTED] To: bug-bash@gnu.org Subject: assigning variables at the end of a pipeline Message-Id: <[EMAIL PROTECTED]> Date: Fri, 26 Jan 2007 17:18:28 +0100 (CET) Configuration Information [Automatically generated, do not change]: Machine: i586 OS: linux Compiler: gcc -I/u