Skip to content

Instantly share code, notes, and snippets.

@IQAndreas
Last active August 29, 2015 14:02
Show Gist options
  • Save IQAndreas/e98af93a80da90d0152b to your computer and use it in GitHub Desktop.
Save IQAndreas/e98af93a80da90d0152b to your computer and use it in GitHub Desktop.
$ time last > /dev/null
real 0m0.006s
user 0m0.004s
sys 0m0.004s
$ time last -i > /dev/null
real 0m0.005s
user 0m0.008s
sys 0m0.000s
$ time last -d > /dev/null
real 5m22.958s
user 0m0.012s
sys 0m0.036s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment