2

How to pass each command (typed in the shell) through time command?

Reason of the question: need to measure execution time of each command (without typing time each time).

Example (wanted behavior):

$ sleep 1
real    0m1.047s
user    0m0.015s
sys     0m0.000s
2

0

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.