Return to Snippet

Revision: 7889
at August 19, 2008 14:42 by section31


Updated Code
# kill using grep
kill `ps -ef | grep process | awk '{print $2}'`

Revision: 7888
at August 19, 2008 14:41 by section31


Initial Code
[code]kill `ps -ef | grep process | awk '{print $2}'`[/code]

Initial URL

                                

Initial Description

                                

Initial Title
Linux Shell Cmds

Initial Tags

                                

Initial Language
PHP