edit 20200324@14:33
I was only giving you example of how to remove the dot extension. It was not meant to be your code.

Again, I would encourage you to use very specific .zip extension pattern.
Assuming $1 is the file.zip to remove the extension you need to test this code:
Code: Select all
unzip -O shift-jis $1 -d "${1%.zip}"
My Linux Mint 19.1 XFCE unzip command does not mention the "-O shift-jis" option. Maybe that is something unique to your language pack?
Does not your file browser have a builtin archive manager? Most file browser if you right click a zip file it will have an extract here or extract to option. With most zip image files the extract option will create a directory with the same name as the zip file without the .zip extension. And, the extract to option will allow you to specify a new directory name. Is there a valid reason not to use this?
Which Linux Mint version and desktop environment are you running?
🐧Linux Mint 19 XFCE 💡Give a friend a fish, and you feed them for a day. Teach a friend how to fish, and you feed them for a lifetime. ✝️ Proverbs 4:7 Wisdom is the principal thing; therefore get wisdom: and with all thy getting get understanding.