rm-logfiles
author lcp
Mon, 27 Feb 1995 17:11:25 +0100
changeset 906 6cd9c397f36a
parent 608 245633e2fd57
permissions -rwxr-xr-x
Redefined arithmetic to suppress redundant leading 0s and 1s renamed the infix 2239 to the constant Bcons, as numerals eliminate the need for the infix.

#! /bin/sh
#rm-logfiles: remove useless files from subdirectories
rm log */make*.log */make*.log.gz
rm */test
find . -name '.*.thy.ML' -print -exec rm {} \;