rm-logfiles
author clasohm
Mon, 14 Nov 1994 14:47:20 +0100
changeset 712 1f5800d2c366
parent 608 245633e2fd57
permissions -rwxr-xr-x
added check for newlines not enclosed by '\' inside strings

#! /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 {} \;