scsh-users
[Top] [All Lists]

question? pf = (epf . epf)

To: scsh-news@zurich.ai.mit.edu
Subject: question? pf = (epf . epf)
From: Narang <narang@comcast.net>
Date: 21 Oct 2002 15:07:03 -0400
Can someone give an example of embedded extended process form. I can't
get it to work. I would like to chain processes using && where each
process may have different stdio redirection.

Extended process form:
    (PF [REDIR1 ...])
Process form:
    (epf . EPF)                         ; Embedded extended process form
(&& PF1 ... PFn)


Welcome to scsh 0.6.2 (Gambit-C 4.0)
Type ,? for help.
> (&& (((ls) (> t)) . ((ls) (> y)))
)

Error: Can only stringify strings, symbols, and integers.
       ((ls) (> t))
#f

-- 
रा��व बिन�ता नियन�त

<Prev in Thread] Current Thread [Next in Thread>