# replace identifiers in the modules where they occur # files are searched recursively in up to 7 directories # # How to handle token-chars option? export src="$1" export dst="$2" shift 2 fgrep -rl $src $* | xargs darcs replace $src $dst