Re: simple question: $1, $2 in py ?

2005-09-05 Thread es_uomikim
Laszlo Zsolt Nagy wrote: > Also try the OptParse module. > > http://www.python.org/doc/2.4/lib/module-optparse.html > > It handles the GNU/POSIX syntax very well. > > Les > Oh thanx, that could be really helpfull : ) btw there was a great artist/photographer named: Laszlo Moholy-Nagy - sim

Re: simple question: $1, $2 in py ?

2005-09-05 Thread es_uomikim
Diez B. Roggisch wrote: >> >> As far as I understand there's no $1, $2... etc stuff right ? > > > Yes - but there is sys.argv > Oh, yes. Right : ) It feels that I miss-looked it. thank You very much for an advice : ) greetz, T -- "Przyjacielu, lepiej nas dobrze wypieprz zamiast prawić nam k

simple question: $1, $2 in py ?

2005-09-05 Thread es_uomikim
Hi, I have one small simple question, that I didn't found answer in google's. It's kind of begginers question because I'm a one. ; ) I wanned to ask how to use scripts with vars on input like this: $ echo "something" | ./my_script.py or: $ ./my_scripy.py var1 var2 As far as I understand the