I found this command. for f in *.zip; do unzip -d "${f%*.zip}" "$f"; done
for f in *.zip; do unzip -d "${f%*.zip}" "$f"; done
I want something similar to this, but I want to extract my