Skip to content

Instantly share code, notes, and snippets.

@Eugeny
Created April 10, 2014 15:32
Show Gist options
  • Save Eugeny/10394469 to your computer and use it in GitHub Desktop.
Save Eugeny/10394469 to your computer and use it in GitHub Desktop.
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