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.python.org/mailman/listinfo/python-list

Reply via email to