I want to see how only the running apps and not a list of all processes. I want to see the same apps I see with the Force Quit Applications(Mac), but I want the list of the apps in the terminal via a command.
Can I use top -o mem
or ps aux
with some regex, or is there a better way to do it?
ps
, and process properties available fromSystem Events
? – Seamus Dec 12 '21 at 00:08