From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer M Krug Subject: [babel] Piping from sh code to shell? Date: Wed, 13 Jul 2011 13:26:41 +0200 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001636832034cb88f504a7f1b0a4 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:43032) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qgxab-0003E2-0K for emacs-orgmode@gnu.org; Wed, 13 Jul 2011 07:26:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QgxaW-0007E3-Nk for emacs-orgmode@gnu.org; Wed, 13 Jul 2011 07:26:48 -0400 Received: from mail-qy0-f169.google.com ([209.85.216.169]:42332) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QgxaW-0007Dy-6w for emacs-orgmode@gnu.org; Wed, 13 Jul 2011 07:26:44 -0400 Received: by qyk32 with SMTP id 32so296370qyk.0 for ; Wed, 13 Jul 2011 04:26:42 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode --001636832034cb88f504a7f1b0a4 Content-Type: text/plain; charset=ISO-8859-1 Hi this is not strictly an org-babel question - but here is it anyway. If I have an sh code block as follow #+begin_src sh TXT="Hello World" echo $TXT #+end_src and enter it with C-c ' --- is there a way of piping single lines, regions, the whole block to a shell, similar to the functionality provided by ESS and R? Thanks, Rainer -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biology Stellenbosch University South Africa Tel : +33 - (0)9 53 10 27 44 Cell: +33 - (0)6 85 62 59 98 Fax (F): +33 - (0)9 58 10 27 44 Fax (D): +49 - (0)3 21 21 25 22 44 email: Rainer@krugs.de Skype: RMkrug --001636832034cb88f504a7f1b0a4 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi

this is not strictly an org-babel question - but here= is it anyway.

If I have an sh code block as follo= w

#+begin_src sh
=A0 TXT=3D"He= llo World"
=A0 echo $TXT
#+end_src

and e= nter it with C-c ' --- is there a way of piping single=A0lines, regions= , the whole block to a shell, similar to the functionality provided by ESS = and R?

Thanks,

Rainer

-= -
Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Bi= ology, UCT), Dipl. Phys. (Germany)

Centre of Excellence for Invasion= Biology
Stellenbosch University
South Africa

Tel : =A0 =A0 =A0 +33 - (0)9= 53 10 27 44
Cell: =A0 =A0 =A0 +33 - (0)6 85 62 59 98
Fax (F): =A0 = =A0 =A0 +33 - (0)9 58 10 27 44

Fax (D): =A0 =A0+49 - (0)3 21 21 25 2= 2 44

email: =A0 =A0 =A0Rainer@krugs.de

Skype: =A0 =A0 =A0RMkrug

--001636832034cb88f504a7f1b0a4--