Skip to content

Instantly share code, notes, and snippets.

@khoben
Created July 1, 2020 09:08
Show Gist options
  • Save khoben/0639232507158ad89ae4724f35400655 to your computer and use it in GitHub Desktop.
Save khoben/0639232507158ad89ae4724f35400655 to your computer and use it in GitHub Desktop.
find . -type f -name '*.hpp' -o -name '*.cpp' | xargs awk 'FNR==1 && NR>1 {print ""} {print}' >> out.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment