MrMPerial
11/6/2019 - 1:57 PM

CLI Stop Watch

time cat # run a stopwatch in the background and hit enter to stop and see the time
time read # Same as cat
time cat | pv # See the progress as the time runs and use ctrl + d to stop