Is this possible: I'd like any process that opens a certain file for
reading to get the output of another process. For example, any
process opening ~/.plan would get the output of " rwho | grep `whoami` ".
That is, the command " cat < foo " should be linked somehow to
"bar | cat" for any foo and bar that I choose.
Is there a general solution to this problem?
-Joel