Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
複数のファイル パターン ( で使用fnmatch) がありますが、複数のファイル パターンが同じファイルに一致する場合があります。パターンの検証でそれを回避するにはどうすればよいですか? たとえば、ファイルは example.csv で、パターンは*.csv、example.csv、ex*.csv、ex*le.csvですexample*。
fnmatch
*.csv
example.csv
ex*.csv
ex*le.csv
example*