Unzip multiple files at once
ls *.zip | xargs -n1 unzip

Linux.Shell Mac.Shell