'merge multiple sql files into single sql file with new line in Windows
I want to merge multiple sql files into single sql file.
In windows terminal I am using below type
command which is working fine. But during merge i need to add new line space after every file but dont know how to do it. Is there any option in type command or do i need to use any other command ?
type *.sql > TRT.sql
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|