#!/bin/sh # There apparently is a 'dircmp' utility, so am calling this one # "dir-cmp" to avoid confusion. It does a verbose rsync dry run. rsync -nvi ${1} ${2}