Comment by rocqua
I'm annoyed every time I have to write $(which time). But the stats given by -v are just so much more valuable from gnu-time.
I'm annoyed every time I have to write $(which time). But the stats given by -v are just so much more valuable from gnu-time.
It would also work to just write 'time'
Quoting overrides aliases and builtins.
$ 'time' -v -- echo hi
hi
Command being timed: "echo hi"
[...]
Wouldn't it also work with "env time" if that's easier to type?