altro modo da lanciare script al volo con la bash è questo:
$ python << EOF
for x in range(10):
print x,
EOF
0 1 2 3 4 5 6 7 8 9
$
-------------- parte successiva --------------
Un allegato HTML è stato rimosso...
URL: <http://lists.python.it/pipermail/python/attachments/20120406/92dd017f/attachment-0001.html>