Answers for "tar multiple files"

0

tar zip multiple files

tar -cvzf my_files.tar.gz file1 file2
Posted by: Guest on May-17-2021
0

tar multiple files in linux

tar -cvf my_files.tar file1 file2
Posted by: Guest on January-10-2022
0

tar multiple files and directories

tar -cf myfile.tar /etc/dir1 /var/www/html /home/somedir
Posted by: Guest on September-13-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language