π Useful Commands π macOS & Linux Commands Find and move files to certain folder recursively. find "FOLDER_PATH_TO_LOOK" -type f -name "*.EXT" -exec mv {} "FOLDER_PATH_TO_MOVE" \;