I want to save content of every text file in another output text using command prompt. I have used this command:
type ".\test\*.txt" > out.txt
But every output is appended in that text file. How do I introduce line break into output file after every text file read.
CodePudding user response:
There are several possibilities, which I want to share with you:

