Question:
Creates a single file that is a concatenation of files given as arguments
Author: Hania PleszyńskaAnswer:
Tarball creation: tar -cvf tarball.tar file_1 file_2 tarball extraction: tar -xvf tarball.tar -c create -x extract -v verbose mode -f specifies name leaves source files untouched doesnt create extention .tar auomatically
0 / 5 (0 ratings)
1 answer(s) in total