Quick and dirty stopwatch via the Mac Terminal (works on any *NIX system, Id guess)
You can create an instant quick and dirty stopwatch via the Mac OS X command line by launching Terminal and typing:
time cat
then hit enter and the stopwatch begins, you can stop the count by hitting Control-C, which will return something back that looks like this:
$ time cat
^C
real 0m5.905s
user 0m0.001s
sys 0m0.003s
Written by Dominik Pich
Related protips
2 Responses
Yep, works under Linux as well.
over 1 year ago
·
Simple and dirty... I like it! (confirmed)
over 1 year ago
·
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Terminal
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#