When I tried to run watch ps command I got the following result:
Every 2.0s: ps Thu Jul 31 14:06:45 2014
PID TTY TIME CMD
4329 pts/1 00:00:00 bash
4380 pts/1 00:00:00 watch
4381 pts/1 00:00:00 watch
4382 pts/1 00:00:00 sh
4383 pts/1 00:00:00 ps
Why does this command starts two watch processes instead of one?
Also why does watch starts an instance of sh?
