Skip to content

unzip

unzip single file from .zip

unzip the file db.sql from the zip file data-dump.zip into the folder out

unzip -j data-dump.zip 'db.sql' -d out