Skip to content

Instantly share code, notes, and snippets.

@whitlockjc
Created May 30, 2014 18:28
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 whitlockjc/9a5bd44e171f29c76b9e to your computer and use it in GitHub Desktop.
Save whitlockjc/9a5bd44e171f29c76b9e to your computer and use it in GitHub Desktop.
Human readable uptime
uptime | sed 's/,//g' | cut -f 4- -d ' ' | sed 's/ [0-9][0-9]* users .*//' | sed 's/\(.*\):\(.*\)/\1 hours \2 mins/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment