Mailing List Archive


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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. ====

Home | Main Index | Thread Index

Home Page Mailing List Linux and Japan TLUG Members Links