When uptime normally prints out like this
ubuntu@ubuntu:~$ uptime -p
up 4 days, 1 hour, 43 minutes
How could I get it to print out in a shorter format, something like:
up 4d, 1h, 43m
I need to keep it short to display it on a 1602 lcd screen. I would also prefer a oneliner but that's not neccessary.