Answers for "unzip .tar to a specific folder linux terminal"

0

compress directory with tar and bzip2

tar -cf file.tar dir && bzip2 file.tar
Posted by: Guest on November-08-2021
0

unzip specific folder linux

unzip /path/to/archive.zip "in/archive/folder/*" -d "/path/to/unzip/to"
Posted by: Guest on April-28-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language