ref: 4fbc93a99274d0760351b01befd75f50b29fc8aa
dir: /rc/bin/florenate/
#!/bin/rc
words='shit|fuck|damn|bullshit'
caps=`{echo $words | tr a-z A-Z}
{
if(~ $1 -n){
shift 1
grep -h -i $words $*
}
if not
cat $*
} | sed 's/'^$words^'/john floren/g; s/'^$caps^'/JOHN FLOREN/g'