Re: failure in pipeline not reflected in $?

2005-08-25 Thread Jason Pepas
Thanks! Sorry to waste your time with something which was in the man page afterall. This is exactly what I was looking for. -jason pepas On Thu, Aug 25, 2005 at 02:02:40AM -0400, Chris F.A. Johnson wrote: > On Wed, 24 Aug 2005 [EMAIL PROTECTED] wrote: > > > >Configuration Information [Automatic

Re: [Spam] Re: Why bash stops process in background?

2005-08-25 Thread Peter Volkov Alexandrovich
On Чтв, 2005-08-25 at 08:46 -0600, Bob Proulx wrote: > Peter Volkov Alexandrovich wrote: > > P.S. I'm not subscribed to the list, so please CC me. > > > I need to run ssh in background just to forward ports. But anytime I put > > it into background process state became stoped and this does not all

Re: Why bash stops process in background?

2005-08-25 Thread Bob Proulx
Peter Volkov Alexandrovich wrote: > P.S. I'm not subscribed to the list, so please CC me. > I need to run ssh in background just to forward ports. But anytime I put > it into background process state became stoped and this does not allow > me to send packets through forwarded ports. 'bg' command d

Why bash stops process in background?

2005-08-25 Thread Peter Volkov Alexandrovich
Hello. I need to run ssh in background just to forward ports. But anytime I put it into background process state became stoped and this does not allow me to send packets through forwarded ports. 'bg' command does not help. How can I tell bash not to stop process? I've tried to trap signals, but I