LANGUAGE » PYTHON » PACKAGE

Glob

Find files using wildcards ​

python
import glob

filename_list = glob.glob('/*_file.txt')