I\'m going through Google\'s Python exercises and I need to be able to do this from the command line:
python babynames.py --summaryfile baby*.html
You can do it from UNIX-like shells, right in the from you wrote. In my case, Git Bash did the job - it accepts asterisks as input and process them correctly.