Recently I learned: find is a useful command to find files in your directories.

find folder1 folder2 folder3

Enter fullscreen mode

Exit fullscreen mode

This dumps every file and directory under those folders.