For example, I need to do "make " for some software. I want to measurement how long this is going take.
Is there easy and accurate way to do so?
For example, I need to do "make " for some software. I want to measurement how long this is going take.
Is there easy and accurate way to do so?
You can use the shell builtin time. Just write it in front of the usual command like: time make.