#! /bin/csh # $Id$ # Find all "orphan" ML-files (those with no thy-file) foreach f (*.ML) if ( ! -f $f:r.thy ) echo $f end