Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jan 2007 15:22:02 -0500
From:      kris <bsdaemon@comcast.net>
To:        freebsd-questions@freebsd.org
Subject:   Re: Korn shell script Question
Message-ID:  <20070131202202.GB49580@fw.home>
In-Reply-To: <ba29b9b40701311127q1600c115k5eb0f69da0733ef6@mail.gmail.com>
References:  <ba29b9b40701311043u74a60268y390c32b5579fdd1d@mail.gmail.com> <20070131190658.GA49580@fw.home> <ba29b9b40701311127q1600c115k5eb0f69da0733ef6@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jan 31, 2007 at 02:27:24PM -0500, Dak Ghatikachalam wrote:
>Thanks a lot , I test ran it. This is great

No problem. I should add that if this is to be part of a long running 
script, you should close the co-process (the while-loop running cat), 
with something like:

exec 5<&p
exec 5<&-



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070131202202.GB49580>