Re: Leaking file descriptors on fast SIGINT's in PROMPT_COMMAND, PS1

2019-04-13 Thread Al Payne
nd /dev/fd for the affected session does show several new descriptors remaining after breaking out of the while loop. The same goes for Fedora and CentOS for the versions of Bash Tycho listed. Al

Re: Using Source within Binary Shell Scripts

2019-03-27 Thread Al Payne
iewed. Better ways to do this is a question for the help list. It's not a bug. Al

Re: Re[7]: Subshell exit trap is not invoked if shell exit trap also set

2019-03-26 Thread Al Payne
(Core) [under VMware Fusion] - kernel-3.10.0-327.el7.x86_64; glibc 2.17 - GNU bash, version 5.0.3(1)-release Al On Tue, Mar 26, 2019 at 3:24 PM Konstantin Andreev wrote: > As you decide. > > Debian (working), subshell syscall trace on receiving sigterm: > > | $ strace -p 1436 >

Re: read it immediately

2005-04-04 Thread al
Norman Virus Control a supprimé le message original qui contenait le virus [EMAIL PROTECTED] ___ Bug-bash mailing list Bug-bash@gnu.org http://lists.gnu.org/mailman/listinfo/bug-bash

Re: Question about Xterm title

2005-02-18 Thread Al Elgert
Serge Koksharov schrieb am 18.02.2005 um 06:32:52 (+0300): > On Thu, Feb 17, 2005 at 04:12:49PM +0100, Al Elgert wrote: > > Hello, > > > > you can change the title with this command (if the term supports it): > > > > echo -en "

Re: Question about Xterm title

2005-02-17 Thread Al Elgert
Serge Koksharov schrieb am 13.02.2005 um 22:52:28 (+0300): > Hello, dear all! > > I am bash v3.0 user. Often I need to run long-lived foreground tasks and I > wish the name of the task with its arguments to be shown in the Xterm title. > Much like preexec() function from zsh. I'm very happy with