Unzip semua file zip di direktori yang tepat

ls *.zip|awk -F'.zip' '{print "unzip "$0" -d "$1}'|sh
Searcher