Created
February 17, 2016 23:16
-
-
Save kitwalker12/e4605dbebdcaf7f61b17 to your computer and use it in GitHub Desktop.
Combile multiple files with separator
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
awk 'FNR==1{print "// ------------------------------------------------------------------------------------------------"}1' *.md > combined.md |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment