I want to kill a process and I get its id with:
pgrep -f \"python myscript.py\"
I would like to call
kill -s SIGINT
You can also kill a process by name
killall -s SIGINT processname