2022/05/10
That you can call time(1) to time how long a shell command takes, like so:
; time terraform fmt -write=true -recursive .
# terraform fmt -write=true -recursive . 0.10s user 0.23s system 24% cpu 1.377 total
That you can call time(1) to time how long a shell command takes, like so:
; time terraform fmt -write=true -recursive .
# terraform fmt -write=true -recursive . 0.10s user 0.23s system 24% cpu 1.377 total