Saturday, 20 October 2012

Killing over process consuming vlc automatically

while true > /dev/null; do ps aux | grep -i vlc | gawk '{IGNORECASE=1} {if(($3>6)&&($0~/robot/)) {system("kill -9 "$2)}}'; done &

No comments:

Post a Comment