On Tuesday 06 October 2009 01:39:56 Mikel Ward wrote:
> Mike Frysinger wrote:
> > Mikel Ward wrote:
> > > I was unfamiliar with ${!VAR}. As far as I can tell, it's not
> > > documented in the man page or the info pages.
> >
> > either your documentation is out of date (old bash install) or you jus
Greg Wooledge a écrit :
> On Mon, Oct 05, 2009 at 07:55:33PM +0200, clemens fischer wrote:
{
... a number of commands
} 2>&1 | ${prog_log} "${logfile}"
>
> If you're having trouble debugging your script, and you want to be
> absolutely sure whether the commands in the bra
Brian J. Murrell a écrit :
>
> Can anyone help? Ultimately I need to do I/O through a named pipe and I
> need to be able to restart the writer without restarting the reader.
Have a look at socat. It solved all my FIFO problems.
On Tue, Oct 06, 2009 at 03:25:31AM -0400, Mike Frysinger wrote:
> On Tuesday 06 October 2009 01:39:56 Mikel Ward wrote:
> > It would be more obvious if it had a paragraph directly below
> > ${parameter} saying something like:
> >
> >${!name}
> >Indirect expansion. name is expanded
> > It would be more obvious if it had a paragraph directly below
> > ${parameter} saying something like:
> >
> >${!name}
> >Indirect expansion. name is expanded to produce the name of a
> > variable to expand.
>
> i imagine Chet takes patches
I do, but the proposed text is misl