I\'ve tried top | grep skype for example but it doesn\'t work. I\'m trying to find a specific process by name.
top | grep skype
Use this instead: ps -ax | grep -i skype
ps -ax | grep -i skype