Skip to content

Instantly share code, notes, and snippets.

@HaraShun
Created August 7, 2015 04:08
Show Gist options
  • Save HaraShun/4cea9795a7972e74db20 to your computer and use it in GitHub Desktop.
Save HaraShun/4cea9795a7972e74db20 to your computer and use it in GitHub Desktop.
cmd - merge file command
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