« Node.js | Main | CSS 3 Transforms »
March 08, 2011
Shell script for killing all processes for an application on a particular day
kill -9 `ps -ef | grep [p]ostgres | grep 'Nov 13' | awk '{print $2}'`
Posted by pj at March 8, 2011 06:53 PM
« Node.js | Main | CSS 3 Transforms »
kill -9 `ps -ef | grep [p]ostgres | grep 'Nov 13' | awk '{print $2}'`
Posted by pj at March 8, 2011 06:53 PM