Run A Command And Return Time Statistics Using The time Command
Introduction
The time command is one of the lesser known Linux commands but it can be used to shown how long a command takes to run.
This is useful if you are a developer and you want to test the performance of your program or script.
This guide will list the main switches that you will use with the time command a
READ Full article