← Back to team overview

ubuntu-tour team mailing list archive

Re: Determining running processes

 

This seems to be a shorter method of doing the same task:

ps -C firefox

This is probably more efficient, but it takes all the strings literally.
For example, ps -C chromium doesn't see Chrome, because it is running
with an argument or something.




Follow ups