Answers for "how to use a tar file in linux"

10

how to tar linux

tar -zcvf file.tar.gz /path/to/dir/
Posted by: Guest on March-07-2020
0

install tar files on linux

tar jvxf whatever.tar.bz2 
cd whatever/ 
./configure 
make 
sudo make install
Posted by: Guest on October-30-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language