Answers for "tar from a list of files"

0

list file in tar archive

#List file in tar archive without extracting  (with various compression formats) 
tar -tvf archive.tar
tar -ztvf archive.tar.gz
tar -jtvf archive.tar.bz2
tar -Jtvf archive.tar.xz
Posted by: Guest on June-21-2021
0

bash tar list of files from folder

tar -cvf allfiles.tar -T mylist.txt
Posted by: Guest on August-25-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language