Skip to content

Instantly share code, notes, and snippets.

@yzernik
Created May 15, 2015 08:09
Show Gist options
  • Save yzernik/e6d279c8039e87d6da7d to your computer and use it in GitHub Desktop.
Save yzernik/e6d279c8039e87d6da7d to your computer and use it in GitHub Desktop.
Rename package in a Scala project
find . -name "*.scala" -type f -print0 | xargs -0 sed -i 's/com.github.yzernik/io.github.yzernik/g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment