From: Nadeem Vaidya
Subject: Is there a Pipe command in Lisp similar to the pipe in UNIX '|'
Date: 
Message-ID: <3sepgk$rv7@senator-bedfellow.MIT.EDU>
Is there a equivalent in lisp to the unix pipe '|'?

I would like to pipe some output from a buffer in emacs as input for some perl
code.

Is this possible?

Thanks.
From: Ben A. Mesander
Subject: Re: Is there a Pipe command in Lisp similar to the pipe in UNIX '|'
Date: 
Message-ID: <BEN.95Jun29173911@colorado.boulder.ibm.com>
In article <··········@senator-bedfellow.MIT.EDU> Nadeem Vaidya <vaidya> writes:
   Is there a equivalent in lisp to the unix pipe '|'?

   I would like to pipe some output from a buffer in emacs as input for some perl
   code.

   Is this possible?

   Thanks.

shell-command-on-region
  Function: Execute string COMMAND in inferior shell with region as input.