#!/bin/bash find . -type f -iname "*.zip" | xargs -I {} unzip -d {}_ {}