Copying Nested FilesA one-liner for copying nested files with a specific extension to a new location: find tmp/AudioBooks -type f -name "*.m4b" -exec cp {} ~/AudioBooks ;Jun 19, 2025·1 min read