src/Tools/rm-logfiles
author paulson
Wed, 09 Oct 1996 13:50:28 +0200
changeset 2080 12eed4cec935
parent 820 11e4827b3d75
child 2161 c25714ca1c19
permissions -rwxr-xr-x
Fuller description of examples

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