Using Python to create UNIX command line tools(ibm.com)
ibm.com
Using Python to create UNIX command line tools
http://www.ibm.com/developerworks/aix/library/au-pythocli/?ca=dgr-lnxw06pythonunixtool&S_TACT=105AGX59&S_CMP=GR
1 comments
Nice! I didn't know about the optparse module -- I'd been using getopt. After the last tool I wrote, I thought "man, it would be pretty easy to auto-generate the usage info from the getopt config." This seems to be what optparse does.