Skip to content

Instantly share code, notes, and snippets.

@vindolin
Last active January 4, 2016 22:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vindolin/65df24a974e9bb796d04 to your computer and use it in GitHub Desktop.
Save vindolin/65df24a974e9bb796d04 to your computer and use it in GitHub Desktop.
#!/usr/bin/env python
# run with get_total_history.py <(history)
import fileinput
history = [
line.strip().partition(' ')[2]
for line in fileinput.input()]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment