#!/bin/sh for file in /home/*/public_html/index.html; do cmp -s "$file" /etc/skel/public_html/index.html if [ $? -eq 1 ]; then user=${file##/home/} user=${user%%/*} printf '