I have the names of some text files listed in a separate text file named list.txt.
I would like to concatenate all of the files listed in this list.txt into a single file called bigFile.txt.
How to do it using cat/ls and pipes?
|
I have the names of some text files listed in a separate text file named I would like to concatenate all of the files listed in this How to do it using | ||||
|
feedback
|