Bash ~ Perl ~ Python ~ Batch ~ Ruby
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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment