Skip to content

Instantly share code, notes, and snippets.

@LCamel
Created June 13, 2012 13:28
Show Gist options
  • Save LCamel/2924033 to your computer and use it in GitHub Desktop.
Save LCamel/2924033 to your computer and use it in GitHub Desktop.
tmp=$(cat <<EOPY
import sys
for line in sys.stdin:
print line.replace( 'asdf', 'ASDF' )
print(line)
EOPY)
echo "asdf.asdf.asdf.e" | python -c "$tmp"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment