Process group of foreground processes in monitor mode

2011-04-14 Thread Paolo Herms
Configuration Information [Automatically generated, do not change]: Machine: x86_64 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='x86_64' - DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='x86_64-unknown-linux-gnu' - DCONF_VENDOR='unknown' -DLOCALEDIR='/usr/share/local

path completion with cd - similar to tcsh

2011-04-14 Thread Peter Toft
Hi all I have been using tcsh for a long time on Red Hat Linux boxes, and bash on other UNIX-boxes. One thing I really love with tcsh is the way I can swiftly operate using the to do auto-complete, when having a deep directory hierarchy. I have that... With bash I surely could use your skills t

Re: bash: $() doesn't preserve new lines

2011-04-14 Thread Jonathan Nieder
Hi again, Dmitry Baryshev wrote: > 2011/4/14 Jonathan Nieder >> ? Note that 'echo' is an ordinary built-in utility, which will behave >> in most respects like an external utility. So the expansion gets >> passed to it as a sequence of arguments. As "help echo" does not >> explain > > Yes, I b

Re: bash trap ignore signal - race condition

2011-04-14 Thread Chet Ramey
> > I'm not sure I understand this. Why is using a temporary handler better > > than blocking the signal until the trap handler is in place, then > > unblocking it and allowing any pending signal to be delivered? > > > I just want some way to not ignore the signal. For example handle the > signal