Angle brackets in command-line arguments?

Keith Hughitt keith.hughitt at gmail.com
Wed Jul 16 10:53:56 EDT 2008


Hi all,

I am using someone else's script which expects input in the form of:

     ./script.py <arg1> arg2

I was wondering if the angle-brackets here have a special meaning? It
seems like
they specify an input and output stream to use in place of the
console. I could not
find anything in the python manual or Python in a Nut-shell though.

Anyone know?


Thanks,
Keith



More information about the Python-list mailing list