She leaned back. The command had done what a week of clicking never could. It had turned a tangled root system into a clean, flat prairie of data.
find . -name "*.zip" -type f -exec unzip -P 'secret' {} -d {}.dir \; unzip all files in subfolders linux
cd /data/incoming find . -name "*.zip" -type f -exec sh -c ' base="$0%.zip" mkdir -p "$base" unzip -q "$0" -d "$base" ' {} \; She leaned back