Skip to content

Instantly share code, notes, and snippets.

@stiletto
Created April 11, 2012 19:37
Show Gist options
  • Save stiletto/2361795 to your computer and use it in GitHub Desktop.
Save stiletto/2361795 to your computer and use it in GitHub Desktop.
python -c 'for a,b in zip(file("file1"),file("file2")): print a.strip(),b.strip()'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment