burners knowhow Seite
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode

Unzip to Stdout

write content to stdout

unzip -p 

write content and print filename to stdout

unzip -a 

unzip and dd to device

unzip -p ZIPFILE | dd of=/dev/sdX bs=8M