Subject: 5.0: missing documentation for 'wait -f'
Configuration Information [Automatically generated, do not change]:
Machine: x86_64
OS: linux-gnu
Compiler: gcc
Compilation CFLAGS: -g -O2
-fdebug-prefix-map=/build/bash-RVqIBY/bash-5.0=.
-fstack-protector-strong -Wformat -Werror=format-security -
In GNU bash, version 4.4.18(1)-release (x86_64-pc-linux-gnu), the first
line of the documentation for readarray / mapfile states:
Read lines from the standard input ...
However, it doesn't seem to accept input from a pipe. It would be
helpful to note that.
--
hkp://keys.gnupg.net CA45 09B5
On 2017-10-28 15:40, Chet Ramey wrote:
> On 10/27/17 10:53 AM, Eduardo Bustamante wrote:
> > On Fri, Oct 27, 2017 at 1:21 AM, Boruch Baum wrote:
> >> In Debian, using Bash version 4.4, path level 12, I've set a DEBUG trap
> >> in my .bashrc and tried running
In Debian, using Bash version 4.4, path level 12, I've set a DEBUG trap
in my .bashrc and tried running the following command, with the
following output resulting. The five lines between the command being run
by fc and that command's output, is the text of the DEBUG trap.
1075 $ fc -e true 1072 1