#!/bin/bash watchProcCount=($(ps auwx | grep 'watch uptime' | grep -vE 'grep' | wc -l)) echo $watchProcCount