Created
August 7, 2015 04:08
-
-
Save HaraShun/4cea9795a7972e74db20 to your computer and use it in GitHub Desktop.
cmd - merge file command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| for /R %%i in (*.log) do type %%i >> result.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment