python myprgm.py "pathofsome" "a.py"
python myprgm.py -file "pathofsome" "*.c"
These are command line arguments that I will be giving in my program.How to do this? I have to execute as a single program.How can I do this in commandline argument in python?