I have a set of file names whom I have to insert as command-line arguments while my bash script is running. Is there any way to give command line arguments using a separate file (like "test.txt")?
Let's assume these are the files: fileA, fileB, FileC, FileC, FileD, and let's assume the bash script is testBash.sh
testBashfile?