2012. 6. 14. 17:03

% kill -9 `ps -a | grep wapbox | awk '{print $1}'`

% ps -a | grep wapbox | awk'{print $1}' } | xargs kill -9

Posted by 몰라욧