Unzip All Files In Subfolders Linux «100% PREMIUM»
If you have thousands of small zip files, xargs can speed up the process by utilizing multi-threading (running multiple unzips at once).
find . -name "*.zip" -exec sh -c 'unzip -o "$0" -d "$(dirname "$0")" && rm "$0"' {} \; unzip all files in subfolders linux