I would like to know how to use the contents of the file as command line arguments, but I am struggling with the syntax.
Say I have the following:
src/file1 dst/file1
src/file2 dst/file2
src/file3 dst/file3
How can I use the contents of each line in a file arglistas arguments, for example, a command cp?
Jamie source
share