Skip to content

Instantly share code, notes, and snippets.

@whymarrh
Last active December 26, 2015 20:08
Show Gist options
  • Save whymarrh/7205996 to your computer and use it in GitHub Desktop.
Save whymarrh/7205996 to your computer and use it in GitHub Desktop.
Print unique days on which I have used a machine.
#!/usr/bin/env bash
last | grep $(whoami) | tr -s ' ' | cut -d ' ' -f3 -f4 -f5 | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment