Skip to content

Instantly share code, notes, and snippets.

@rpivo
Created February 15, 2021 02:53
Show Gist options
  • Save rpivo/8f320eaeda18cd88f3159a0c86aaa1ea to your computer and use it in GitHub Desktop.
Save rpivo/8f320eaeda18cd88f3159a0c86aaa1ea to your computer and use it in GitHub Desktop.
Unzip a File Into a Specific Folder With Bash

Unzip a File Into a Specific Folder With Bash

The below command unzips someFile.zip into the package directory.

unzip someFile.zip -d package
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment