les> python -c "from sys import stdin; for x in stdin: print x" les> gives a syntax error. les> Anyone one know how to do this? How about: % python -c 'from sys import stdin > for x in stdin: > print x > ' hi there bye hi there bye Skip