Skip to content

Instantly share code, notes, and snippets.

@crossle
Created December 24, 2014 02:39
Show Gist options
  • Save crossle/d8064c69fbd4b70f3f84 to your computer and use it in GitHub Desktop.
Save crossle/d8064c69fbd4b70f3f84 to your computer and use it in GitHub Desktop.
Merge multi file to one file
find -name "*.java" -exec 'cat' {} \; > a.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment