Quote:
Originally Posted by Suicidal9090
tar -czTf list.txt tarball.tar
|
You can stack standalone mode switches fairly reliably, but stacking switches that take arguments then stacking the arguments is risky. It works under Linux if you break out the -T and its argument:
Code:
tar -czf tarball.tar -T list.txt