#!/bin/bash ps aux | grep 'python2 csv-.py' | grep -v grep | awk '{print $2}' | xargs kill -9