Answers for "install a tar gz linux"

1

tar gz linux command

tar -czvf projects.tar.gz projects/
Posted by: Guest on March-08-2021
6

install from tar gz file unix

tar -xzvf filename.tar.gz
Posted by: Guest on May-11-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language