Trying to run tar
with --files-from
. I have a file files.txt that contains
/dir1/files*.txt
However it complains that /dir1/files*.txt does not exist, but ls
proves that it does.
I tried to also add --wildcards
however same result.
How do I successfully archive wildcards while using --files-from
without specifying files on the command line?