Home > Net >  Insert line break after every command output in command prompt
Insert line break after every command output in command prompt

Time:01-18

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:

  1. Use enter image description here

  •  Tags:  
  • Related