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: Wed, 25 Aug 2004 18:44:15 +0900
- From: Shin MICHIMUKO <smitimko@example.com>
- Subject: Re: [tlug] stdin/stderr redirection under Solaris
The following command may answer to your question. $ man tee But if you are using bash on Linux, you can use this kind of trick: $ mkfifo fifo1 $ mkfifo fifo2 $ ./cmd > fifo1 2> fifo2 & cmd1 < fifo1 & cmd2 < fifo2 & Have fun! PS. Sorry that I could not provide presentation report of July meeting... == Money is one of the minimum conditions to do anything, but... ======= Shin MICHIMUKO <smitimko@example.com> http://www.peanuts.gr.jp/ ============================================ Freedom is everything. ====
- Follow-Ups:
- References:
- Re: [tlug] stdin/stderr redirection under Solaris
- From: Jean-Christian Imbeault
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] stdin/stderr redirection under Solaris
- Next by Date: Re: [tlug] can't type in japanese
- 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