rm-logfiles
author clasohm
Mon, 03 Jul 1995 15:39:53 +0200
changeset 1178 b28c6ecc3e6d
parent 608 245633e2fd57
permissions -rwxr-xr-x
added cargs for curried function application

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