How do I get just real time value from ‘time’ command? March 20, 2023 by Tarik If you’re using the Bash builtin time, set the TIMEFORMAT variable to %R: $ TIMEFORMAT=%R $ time sleep 1 1.022