I'd like to make a "graphical shell" which could do this sort of thing, it
would also have a textual format for saving and suitable for editing.
I think it would be good to have an equivalent graphical tool for each command
line tool, as powerful as the original one; and an editable graphical
representation of each file format, file-based interface or protocol.
A nodes-and-arcs graph representation is already parsed and more symmetric that
a textual language.
Sam
On Thu, Oct 01, 2009 at 10:26:06AM +0200, hugo rivera wrote:
> I've been wondering for a while if there's some way to multiplex (if
> this is the correct term) stdout for a given program:
> % ls @ {grep regexp1 > file1 } @ {grep regexp2 > file2}
> where @ is an operator that would copy ls stdout to two (maybe more)
> different file descriptors.