Do you know somehow to achieve this in Windows?
I am thinking about a few commands that will combine all the txt files in a directory into a single one.
|
Do you know somehow to achieve this in Windows? I am thinking about a few commands that will combine all the txt files in a directory into a single one. | ||||
|
feedback
|
|
You can also use the copy command, eg
or, for specific files
| |||||
feedback
|
The need for creating the file somewhere else is that if the new file is created on the same folder, it should be excluded from the selection. Also, filtering by extension and using a different one for the resulting file would work. For example:
| ||||
|
feedback
|