last | grep boot | grep Apr | sed -e 's/(//g' -e 's/)//g' -e 's/:/ /g' | awk '{a+=$13*60+$14} END {print int(a/60), a%60}' ---uptime in Apr
You can add location information to your Tweets, such as your city or precise location, from the web and via third-party applications. You always have the option to delete your Tweet location history. Learn more
last | grep boot | grep Apr | sed -e 's/(//g' -e 's/)//g' -e 's/:/ /g' | awk '{a+=$13*60+$14} END {print int(a/60), a%60}' ---uptime in Apr