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 }
Linux – Simple and Short
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 }
You must log in to post a comment.