Simple oneliner that demonstrates the principle of how to specify the files you wish tar to archive (or extract) by piping to it:
cat filenames.txt | tar cvzf ~/try.tgz -T - |
Simple oneliner that demonstrates the principle of how to specify the files you wish tar to archive (or extract) by piping to it:
cat filenames.txt | tar cvzf ~/try.tgz -T - |