Created
February 15, 2012 13:57
-
-
Save eaydin/1835875 to your computer and use it in GitHub Desktop.
SED Pattern to switch Python print statements to functions for 2->3
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 's/print \"\(.*\)\"/print\(\"\1\"\)/' filename.py |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Does not work for
Becomes