Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug

gnu.bash.bug

5684 articles (numbers 11058 – 16896) — threaded view

| Advanced

Subject Author Date [asc]
Re: An xtrace variant worley@alum.mit.edu (Dale R. Worley) 2020-06-29 22:28 -0400
bash 5.0 on AIX 7.2 server -- Division by 0 when using bash from shell window "Krongard, William T. (BLM)" <WTKrongard@express-scripts.com> 2020-06-30 13:19 +0000
Re: Undocumented feature: Unnamed fifo '<(:)' Chet Ramey <chet.ramey@case.edu> 2020-06-30 12:30 -0400
Re: ‘command … &’ creates subshell Chet Ramey <chet.ramey@case.edu> 2020-06-30 12:40 -0400
approach to async-signal safety in bash Godmar Back <godmar@gmail.com> 2020-06-30 16:28 -0400
Re: ‘command … &’ creates subshell Dmitry Alexandrov <dag@gnui.org> 2020-06-30 23:37 +0300
Re: ‘command … &’ creates subshell Eli Schwartz <eschwartz@archlinux.org> 2020-06-30 17:29 -0400
Re: ‘command … &’ creates subshell Dmitry Alexandrov <dag@gnui.org> 2020-07-01 00:43 +0300
Re: ‘command … &’ creates subshell Robert Elz <kre@munnari.OZ.AU> 2020-07-01 17:24 +0700
Re: ‘command … &’ creates subshell Eli Schwartz <eschwartz@archlinux.org> 2020-07-01 07:54 -0400
"shell-expand-line" wrongly(?) expanded $'foo' to $foo Clark Wang <dearvoid@gmail.com> 2020-07-01 20:48 +0800
Re: approach to async-signal safety in bash Chet Ramey <chet.ramey@case.edu> 2020-07-01 10:58 -0400
Re: Re: ‘command … &’ creates subshell Robert Elz <kre@munnari.OZ.AU> 2020-07-01 22:05 +0700
Re: ‘command … &’ creates subshell Dmitry Alexandrov <dag@gnui.org> 2020-07-01 18:29 +0300
Re: ‘command … &’ creates subshell Eli Schwartz <eschwartz@archlinux.org> 2020-07-01 11:31 -0400
Re: ‘command … &’ creates subshell Dmitry Alexandrov <dag@gnui.org> 2020-07-01 18:45 +0300
Re: Undocumented feature: Unnamed fifo '<(:)' felix <felix@f-hauri.ch> 2020-07-01 19:21 +0200
Re: Undocumented feature: Unnamed fifo '<(:)' Greg Wooledge <wooledg@eeg.ccf.org> 2020-07-01 13:25 -0400
Re: ‘command … &’ creates subshell Robert Elz <kre@munnari.OZ.AU> 2020-07-02 00:46 +0700
Re: ‘command … &’ creates subshell Greg Wooledge <wooledg@eeg.ccf.org> 2020-07-01 13:57 -0400
Re: ‘command … &’ creates subshell Andreas Schwab <schwab@linux-m68k.org> 2020-07-01 20:00 +0200
Re: ‘command … &’ creates subshell Robert Elz <kre@munnari.OZ.AU> 2020-07-02 01:01 +0700
Re: approach to async-signal safety in bash Godmar Back <godmar@gmail.com> 2020-07-01 14:18 -0400
Re: ‘command … &’ creates subshell Eli Schwartz <eschwartz@archlinux.org> 2020-07-01 14:19 -0400
Re: approach to async-signal safety in bash Chet Ramey <chet.ramey@case.edu> 2020-07-01 15:09 -0400
Re: "shell-expand-line" wrongly(?) expanded $'foo' to $foo Chet Ramey <chet.ramey@case.edu> 2020-07-01 15:38 -0400
Re: ‘command … &’ creates subshell Robert Elz <kre@munnari.OZ.AU> 2020-07-02 04:36 +0700
Re: "shell-expand-line" wrongly(?) expanded $'foo' to $foo Dmitry Alexandrov <dag@gnui.org> 2020-07-02 06:44 +0300
Re: "shell-expand-line" wrongly(?) expanded $'foo' to $foo Chet Ramey <chet.ramey@case.edu> 2020-07-02 08:56 -0400
Re: An xtrace variant Chet Ramey <chet.ramey@case.edu> 2020-07-02 11:34 -0400
bash 1-liner or function to tee to STDERR in middle of pipe? bug-bash@trodman.com 2020-07-03 09:32 -0500
Return from function depending on number of parameters Chris Elvidge <celvidge001@gmail.com> 2020-07-03 19:00 +0100
Re: bash 1-liner or function to tee to STDERR in middle of pipe? Lawrence Velázquez <vq@larryv.me> 2020-07-03 14:03 -0400
Re: Return from function depending on number of parameters Lawrence Velázquez <vq@larryv.me> 2020-07-03 17:39 -0400
Re: Return from function depending on number of parameters Eli Schwartz <eschwartz@archlinux.org> 2020-07-03 18:16 -0400
Re: Return from function depending on number of parameters Chris Elvidge <celvidge001@gmail.com> 2020-07-04 11:39 +0100
Re: Return from function depending on number of parameters Chris Elvidge <celvidge001@gmail.com> 2020-07-04 11:44 +0100
Re: Return from function depending on number of parameters Chris Elvidge <celvidge001@gmail.com> 2020-07-04 12:01 +0100
Re: Return from function depending on number of parameters Chris Elvidge <celvidge001@gmail.com> 2020-07-04 12:54 +0100
Re: Return from function depending on number of parameters pepa65 <pepa65@passchier.net> 2020-07-04 19:12 +0700
Re: Return from function depending on number of parameters Oğuz <oguzismailuysal@gmail.com> 2020-07-04 16:39 +0300
Re: Return from function depending on number of parameters Lawrence Velázquez <vq@larryv.me> 2020-07-04 12:23 -0400
Re: foo | tee /dev/stderr | bar # << thanks! bug-bash@trodman.com 2020-07-04 13:42 -0500
Re: Return from function depending on number of parameters Eli Schwartz <eschwartz@archlinux.org> 2020-07-04 23:35 -0400
Re: Return from function depending on number of parameters Chet Ramey <chet.ramey@case.edu> 2020-07-05 13:24 -0400
Re: foo | tee /dev/stderr | bar # << thanks! Greg Wooledge <wooledg@eeg.ccf.org> 2020-07-06 07:37 -0400
Re: Return from function depending on number of parameters Greg Wooledge <wooledg@eeg.ccf.org> 2020-07-06 07:50 -0400
Re: foo | tee /dev/stderr | bar # << thanks! Ilkka Virta <itvirta@iki.fi> 2020-07-06 15:03 +0300
Re: foo | tee /dev/stderr | bar # << thanks! Greg Wooledge <wooledg@eeg.ccf.org> 2020-07-06 08:30 -0400
Re: foo | tee /dev/stderr | bar # << thanks! arnold@skeeve.com (Aharon Robbins) 2020-07-06 19:21 +0000

« Previous 1 ... 6 7 8 9 10 ... 114 Next »


csiph-web