ps axww | grep -v grep | grep -i itunes | awk '{print $1}' | xargs kill -9
Monday, June 15, 2009
Kill os x apps from the command line
Subscribe to:
Post Comments (Atom)
ps axww | grep -v grep | grep -i itunes | awk '{print $1}' | xargs kill -9
No comments:
Post a Comment