LXer: How to measure elapsed time in bash
by LXer from LinuxQuestions.org on (#5FAP8)
Published at LXer:
Elapsed time is the amount of wall-clock time that has passed between the beginning and the end of a particular event. This tutorial describes how to measure elapsed time with various resolutions (e.g., in seconds, in milliseconds, in microseconds) in bash.
Read More...


Elapsed time is the amount of wall-clock time that has passed between the beginning and the end of a particular event. This tutorial describes how to measure elapsed time with various resolutions (e.g., in seconds, in milliseconds, in microseconds) in bash.
Read More...