How do I get just real time value from 'time' command?

前端 未结 4 1055
故里飘歌
故里飘歌 2020-12-13 12:34

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

         


        
4条回答
  •  情书的邮戳
    2020-12-13 13:07

    If you write \time you enforce not to use the bash built in time. So with \time -f '%e' command you are done.

提交回复
热议问题