#!/bin/sh
# Names for your brand new web company
cat /usr/share/dict/* | egrep "*er$" | sed "s/er$/r.com/g" \
    | sed "s/ /-/g" | tr A-Z a-z | sort | uniq
