Skip to content

Instantly share code, notes, and snippets.

@stefaneng
Created August 27, 2019 15:33
Show Gist options
  • Save stefaneng/fbea9f5ffc918b0514ffd1f753c92912 to your computer and use it in GitHub Desktop.
Save stefaneng/fbea9f5ffc918b0514ffd1f753c92912 to your computer and use it in GitHub Desktop.
find . -not -path "*/\.*" -type f -exec sed -i -e 's/SubpopulationModule/SubpopulationManagerModule/g' {}\;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment