I have a file that contain list of files I want to archive with tar. Let\'s call it mylist.txt
mylist.txt
It contains:
file1.txt file2.txt ... file
Assuming GNU tar (as this is Linux), the -T or --files-from option is what you want.
-T
--files-from