guile-user
[Top][All Lists]
Advanced

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

Re: pipelines


From: Neil Jerram
Subject: Re: pipelines
Date: Mon, 30 Mar 2009 20:00:10 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

"Marijn Schouten (hkBst)" <address@hidden> writes:

> By pipeline I mean for example:
>
> echo "Hello world" | cat | cat | cat | grep world | cat
>
> I know how to create such pipelines that contain only a single pipe. My 
> question
> is about how to do it when there are many pipes.

I don't know the answer myself, but can I suggest looking at what
guile-scsh does?  See http://arglist.com/guile.

    Neil




reply via email to

[Prev in Thread] Current Thread [Next in Thread]