Answers for "unzip all tar files in directory recursively"

1

tar all files and subdirectories

tar -zcvf my.tar.gz path-of-directory/
Posted by: Guest on April-07-2021
0

tar archive all files in directory

cd ..
tar czf workspace.tar.gz workspace
Posted by: Guest on November-21-2020

Code answers related to "unzip all tar files in directory recursively"

Browse Popular Code Answers by Language