A Simple Command Line Stopwatch

Have you never needed to time something and only had access to a terminal? No, well it’s fun anyway.

You can start the stopwatch with this command:

time read

And stop it with CTRL+C.

It’s one of those commands that is useless right up until that time when it’s exactly what you need.