Skip to content

Instantly share code, notes, and snippets.

@sageworksstudio
Last active September 1, 2017 20:50
Show Gist options
  • Save sageworksstudio/fe65deae3f81e4fb77ab15a058045830 to your computer and use it in GitHub Desktop.
Save sageworksstudio/fe65deae3f81e4fb77ab15a058045830 to your computer and use it in GitHub Desktop.
Unpack and copy .zip files to disc where /dev/sdX is the path to disc
unzip -p /path/to/file.zip | sudo dd of=/dev/sdX bs=4M conv=fsync status=progress
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment