unzip -p archive.zip the-file-name-here
Na página de manual do unzip :
-p
extract files to pipe (stdout). Nothing but the file data is sent to stdout, and the files are always extracted in binary format, just as they are stored (no conversions).