#!/bin/bash

sed -nE 's/.* (\w+) was (shot|slain|killed|blown up) by.*/\1 is dead/p'