#!/bin/sh for file in `find /usr/share/emacs -name "*.el"` ; do if [ -r ${file}c ]; then BOGUS_FLAG=true else echo $file fi done