Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] stdin/stderr redirection under Solaris
- Date: Mon, 30 Aug 2004 10:38:34 +0900
- From: Jean-Christian Imbeault <jean-christian.imbeault@example.com>
- Subject: Re: [tlug] stdin/stderr redirection under Solaris
- References: <412C3FED.4000901@example.com> <87u0unu17u.fsf@example.com>
- User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax)
Stephen J. Turnbull wrote: > I don't think any of the shells have syntax for sending different FDs > to different pipes; Bummer. > use the "y" program for that. However, I don't > see a "y" program on Debian or an old Red Hat Linux. I couldn't find any mention on a y program doing a quick google search and there doesn't seem to be one installed on my Solaris machine or a newer install of RH. > If you need two > "consoles", you could use something like > > prog 1> tmp1 2> tmp2 & Thanks for that but what I really want is one process I can nohup. Something like: $ nohup cmd 1| prog1 2|prog2 & From what everyone has suggested it doesn't look like that is going to be possible though. The best I've gotten is this recommendation from Steve Smith but it doesn't seem to lend itself to being nohup'ed ... $(cmd | prog1) |& prog2 Jc
- Follow-Ups:
- Re: [tlug] stdin/stderr redirection under Solaris
- From: Gerald Naughton
- Re: [tlug] stdin/stderr redirection under Solaris
- From: Stephen J. Turnbull
- References:
- [tlug] stdin/stderr redirection under Solaris
- From: Jean-Christian Imbeault
- Re: [tlug] stdin/stderr redirection under Solaris
- From: Stephen J. Turnbull
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Slighty OT: Linux wear
- Next by Date: Re: [tlug] and, back to gpg
- Previous by thread: Re: [tlug] stdin/stderr redirection under Solaris
- Next by thread: Re: [tlug] stdin/stderr redirection under Solaris
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links