Like in bash: ``` $ time <do something that takes time> ... real 0m0.000s user 0m0.000s sys 0m0.000s $ ```
Like in bash: