nix, shell, perl, php, mysql and mac os x tips and tricks

Monday, June 15, 2009

Kill os x apps from the command line

ps axww | grep -v grep | grep -i itunes | awk '{print $1}' | xargs kill -9

No comments:

Post a Comment