Last active
December 26, 2015 20:08
-
-
Save whymarrh/7205996 to your computer and use it in GitHub Desktop.
Print unique days on which I have used a machine.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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