#!/bin/bash # lists all proccesses that are running with the string in it: ps xauwww|grep -v "grep"|grep -v "local.bin.any" |grep -i $1 #end