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.
ディレクトリは次のよう./2012/NY/M/ ./2012/NJ/F/になります.etc
./2012/NY/M/
./2012/NJ/F/
.etc
/fどの状態にあるかに関係なく、すべてのファイルを検索したい
/f
どのように書けばよいですか?
やってみ./2012/*/Fたけどうまくいかない…
./2012/*/F
./2012/*/F状態に関係なく、すべてのディレクトリを返す必要があります。
その下にファイルが必要な場合は、それらもグロブする必要があります。./2012/*/F/*
./2012/*/F/*