python + bash + new user
Aahz Maruch
aahz at netcom.com
Mon Jul 19 21:44:50 EDT 1999
More information about the Python-list mailing list
Mon Jul 19 21:44:50 EDT 1999
- Previous message (by thread): python + bash + new user
- Next message (by thread): python + bash + new user
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In article <3793C729.55DE42D0 at netcard.com>, Joyce Stack <joyce at netcard.com> wrote: > >Sorry about being vague...i meant the Bash prompt...i have gotten other >simple programs to work...changed mode and executed the programs ...but >i dont know how to run the program and pass a variable at the same >time... Look up sys.argv -- don't forget to "import sys" in your program. -- --- Aahz (@netcom.com) Androgynous poly kinky vanilla queer het <*> http://www.rahul.net/aahz/ Hugs and backrubs -- I break Rule 6 (if you want to know, do some research)
- Previous message (by thread): python + bash + new user
- Next message (by thread): python + bash + new user
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list