Skip to content

Instantly share code, notes, and snippets.

@fljdin
Last active September 21, 2017 09:13
Show Gist options
  • Select an option

  • Save fljdin/fc0b6ade56db0e08ff6e5f25a05ba0ba to your computer and use it in GitHub Desktop.

Select an option

Save fljdin/fc0b6ade56db0e08ff6e5f25a05ba0ba to your computer and use it in GitHub Desktop.
Display date of last reboot on unix
date -d "$(cut -f1 -d' ' /proc/uptime) seconds ago"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment