Recently I learned: find is a useful command to find files in your directories. find folder1 folder2 folder3 This dumps every file and directory under those folders. It also supports flags such as -name "*.

Source: [Dev.to](https://dev.to/echen4628/find-command-finds-things-506)

Sponsored