find *pattern* -type d -not -path '*/RCS' -exec mkdir -vp '{}/RCS' ';' find *pattern* -type f -not -path '*/RCS/*' -exec ci -l -d -i -t- -minitial '{}' ';'