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
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