-
-
Save Eugeny/10394469 to your computer and use it in GitHub Desktop.
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
echo 'john doe, jane doe' | python -c "print '\n'.join(x.strip().replace(' ', '_') for x in raw_input().split(','))" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment