Answers for "unzip into specific directory"

9

unzip into specific directory

mkdir temp_for_zip_extract
unzip /path/to/file.zip -d temp_for_zip_extract
Posted by: Guest on October-22-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language