ref: 63092af6a94b6dc6032c35d8b0e89c1ee1cc1b33
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'