Skip to content

Instantly share code, notes, and snippets.

@kitwalker12
Created February 17, 2016 23:16
Show Gist options
  • Save kitwalker12/e4605dbebdcaf7f61b17 to your computer and use it in GitHub Desktop.
Save kitwalker12/e4605dbebdcaf7f61b17 to your computer and use it in GitHub Desktop.
Combile multiple files with separator
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