If I have a program that takes a number of files, specified on the command line as input:
myprog file1 file2 file3
and a text file containing the names of those files, one per line, is there a way to run the line above but using only the text file?
It is as simple as using:
And file-name is