0 {{postValue.vote_count}}

How to search for a process by name without using grep?

In order to search for a process you can use ps with grep.

For example to search for firefox

ps aux | grep firefox
How to get the same answer without using grep?

{{forumCtrl.question_commentErr}}

Your Answer
{{forumCtrl.responseErr}}