Skip to content

Instantly share code, notes, and snippets.

@mboyar
Created November 11, 2019 09:22
Show Gist options
  • Save mboyar/c3bb8c518c299dfd15e81c591f944d73 to your computer and use it in GitHub Desktop.
Save mboyar/c3bb8c518c299dfd15e81c591f944d73 to your computer and use it in GitHub Desktop.
find source file and create header file-set
find . -name mb_msggen* | sed -En "s/\.c/\.h/p" | sed -En "s/src/inc/p" | xargs touch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment