Unzip All Files In Subfolders Linux [SAFE]
-exec ... \; : Tells Linux to run a command on every file found. unzip : The extraction tool.
find /media/morrison_drive/ -name "*.zip" -type f -exec unzip -j {} -d /media/morrison_drive/All_Unzipped/ \; unzip all files in subfolders linux