#!/bin/sh find /rom -type f \ | sed 's#^/rom##' \ | while read FILEPATH; do diff -u "/rom${FILEPATH}" "$FILEPATH" done