#Displays all of the running processes on a machine which contain the word "caseysProcess"
ps aux | grep caseysProcess
#Displays all of the running processes on a machine which contain the word "caseysProcess"
ps aux | grep caseysProcess