In a directory "A" i have several directories names "abc_123","abc_124" and so on. also in directory "A" i have directories named "anc_123","anc_124" and so on. and also several other directories in it.
My question is how would i move only directories starting with "abc_***" to a different location. I'm new to python and don't know how to proceed on this one. Any help is appreciated.