Answers for "tar a file in linux all files inside a directory"

1

tar all files and subdirectories

tar -zcvf my.tar.gz path-of-directory/
Posted by: Guest on April-07-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 "tar a file in linux all files inside a directory"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language