[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bash-2.05b-release available for FTP
|
From: |
Paul Jarc |
|
Subject: |
Re: Bash-2.05b-release available for FTP |
|
Date: |
Mon, 22 Jul 2002 13:13:16 -0400 |
|
User-agent: |
Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (i686-pc-linux-gnu) |
Chet Ramey <address@hidden> wrote:
> o the DEBUG trap is now run *before* simple commands, ((...)) commands,
> [[...]] conditional commands, and for ((...)) loops
The man page hasn't been updated.
> o `read' has a new `-u fd' option to read from a specified file descriptor
Is this any different from "read <&fd"?
paul