Created
July 13, 2019 08:27
-
-
Save karlosmid/0a794ee69269f85089739f61860906c2 to your computer and use it in GitHub Desktop.
sed command that I use for refactoring Python package paths that contain dot character.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sed -i -- 's/from tentamen\.tests\.models\./from tentamen\.tests\.database\.local\.models\./g' *.py |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment