Notes Homepage Notes How to collect files from subdirectories to the top-level directory $ find . -type f -exec mv --no-clobber {} ./ \;