poor mans watch, watch for solaris
Here is a simple script that you can use as watch in Solaris as well.
watch() { #Poor man's watch while (true) do clear $* sleep 2; done }
Related Articles:
- 2011/05/16 Unix shell script for removing duplicate files
- 2011/01/25 shopt causes bash completion to stop working.
- 2010/11/23 intercept stdout/stderr of another process or disowned process
- 2010/11/20 Broadcast your shell thru port 5000
- 2010/09/24 bash script to run a command and take screenshot in every loop.
Authored By Amit Agarwal
Amit Agarwal, Linux and Photography are my hobbies.Creative Commons Attribution 4.0 International License.