Configuration Information [Automatically generated, do not change]:
Machine: i486
OS: linux-gnu
Compiler: gcc
Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i486'
-DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i486-pc-linux-gnu'
-DCONF_VENDOR='pc' -DLOCALEDIR='/usr/share/locale' -DPACKAGE='ba
Hi.
Excuse me if I've got things somewhat confused here (I'm a complete Unix
newbie), but I've found what I think is a bug.
If I create a file using:
[EMAIL PROTECTED]:~$ touch testFile
and then run the following two lines, I get conflicting results:
[EMAIL PROTECTED]:~$ [ -a testFile ] && ec
Hi,
A "trap -p" output doesn't feed into a pipe:
$ trap -p
$ trap "echo ..." EXIT
$ trap -p EXIT
Hi,
The "source" builtin does not work in conjunction with process
substitution:
$ bash -ec 'cat <(echo echo 1)'
echo 1
When viewing the bash man page with 'man bash' in a locale that
supports UTF-8 (for example), the single-quote character "'" doesn't
necessarily display as we want. For a literal single-quote character,
"\(aq" is needed in the groff input.
Original bug report:
https://bugzilla.redhat.com/bugzi