Re: call other program

2009-02-01 Thread Chris Rebert
On Sun, Feb 1, 2009 at 7:35 PM, JuanPablo wrote: > hi, > I have a newbie question. > In bash is posible call other program, send and recieve message with this. > > example: > $ python > output << EOF >> print "hello world" >> EOF > $ cat o

call other program

2009-02-01 Thread JuanPablo
hi, I have a newbie question. In bash is posible call other program, send and recieve message with this. example: $ python > output << EOF > print "hello world" > EOF $ cat output hello world in python exist some similar ? many thanks JuanPablo -- http://mail.py