#!/bin/bash # Set to the checksum command CSUM=/Users/richmit/checkSum/mjrCSUM.sh CSUM=/Users/richmit/checkSum/mjrCSUM CSUM=/Volumes/remote1/world/my_prog/checkSum/mjrCSUM for d in $* do find "$d" -type f -exec $CSUM "{}" \; done