I would like to make a script that outputs only the real time value from the time command so I can plot the results. For example time command outputs
time command
If you write \time you enforce not to use the bash built in time. So with \time -f '%e' command you are done.
\time
\time -f '%e' command