Created
December 24, 2014 02:39
-
-
Save crossle/d8064c69fbd4b70f3f84 to your computer and use it in GitHub Desktop.
Merge multi file to one file
This file contains 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
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