How to use “watch” on Mac OSX

In case you are looking for a “watch” command, similar to Linux, for your Mac OSX platform. You can create a shell script which can be used to emulate the similar requirement of what a watch command does on Linux. Create a shell script named “watch” on your path “~username/bin/”, with the following content: #!/bin/sh … Read more