Comment 40 for bug 2065037

Revision history for this message
Stefano (luckylinux777) wrote :

About `cut -f1 -d' ' /proc/uptime` ... Wouldn't it be better to also indicate where we are when that timestamp is registered ?

If it were BASH I'd probably do a echo "${FUNCNAME[0]} - $(cut -f1 -d' ' /proc/uptime)" but in busybox/dash I really do not know ...