[Python] Using Python module "glob" to find file with UNIX rule
"glob" is a Python built-in module, it can allow us to use a UNIX rule to find our target file. After I tested, it worked normally in Windows OS. It's convenience if you similar to use Linux terminal.
Read More »[Python] Using Python module "glob" to find file with UNIX rule