kodeco.com Forums
Ps -ef `pgrep -x Xcode` does not filter process
Books
Advanced Apple Debugging
kakubei
May 20, 2017, 11:36am
1
But this command will do the trick:
ps -ef | grep -si Xcode
Xcode 8.3.2