John Summerfield wrote:
Bisbal, Prentice wrote:
Stephen Harris wr
What you want is time ( command ; command )
I was going to suggest that myself, but when I tested in in bash, it didn't work for me. Does it work for you?
summer@Lyrebird:~> time { sleep 10s;sleep 10s;}
real 0m20.023s user 0m0.000s sys 0m0.008s summer@Lyrebird:~> [summer@bilby ~]$ time (sleep 5s;sleep 5s) [summer@bilby ~]$
summer@Lyrebird:~> time (sleep 10s;sleep 10s)
real 0m20.019s user 0m0.000s sys 0m0.000s summer@Lyrebird:~>
Lyrebird's OpenSUSE 10.2, bash 3.1.17, Bilby's nahantish.