Programming Tips - Java: recursively find files in a tree
Date: 2021jan18
Keywords: Linux find
Q. Java: recursively find files in a tree
A. Its not too hard to write it yourself but its clearer to future readers of your
code if you walk.
Use walk
https://docs.oracle.com/javase/tutorial/essential/io/walk.html