Batch delete process

automation test, up a lot of Google pages, delete trouble, in the command line to execute, delete all at once, hard

ps -ef | grep google | awk '{print $2}' | xargs kill -9

Read More: