Return to Snippet

Revision: 1534
at October 17, 2006 13:25 by plexus


Initial Code
#!/bin/bash
ps ax | grep $1 | sed 's/\ \([0-9]*\).*/\1/g' | xargs kill -9

Initial URL
http://www.arnebrasseur.net

Initial Description


Initial Title
kill processes by regex

Initial Tags
linux, ubuntu

Initial Language
Bash