How to unzip as a different folder name in Linux?

Sometimes we got the struggle with not sure how to unzip as a different folder name with Linux command. After unzipping new folder was auto-created with default zip file name. Then we have to rename the folder name again.

1. Unzip the Folder.

$ unzip example.zip -d /path/<your-new-folder-name>

That’s it. I hope this will help. 🙂
Photo: http://www.pngall.com

Leave a Reply

Your email address will not be published. Required fields are marked *