Using a mac, what would be the best way to count the number of instances of a particular process I am running. For example, for a script I need to find the number of ffmpeg processes running on my machine.
Should I be using top here? ps aux|grep ffmpeg? What would be the best way to get the number here?