Rob, I can't believe you found it within yourself to type that... even in jest! On Tue, Oct 9, 2012 at 10:58 AM, Rob Nagler <nagler at bivio.biz> wrote: >> It's like a modern-day 'rm -rf /' ;) > > It's worse: > > for host in *.<domain>; do > ssh root@$host rm -rf / > done > > Rob