src/Tools/rm-logfiles
author wenzelm
Tue, 27 May 1997 15:45:07 +0200
changeset 3362 0b268cff9344
parent 2955 92599a47a7ab
permissions -rwxr-xr-x
NJ 1.09.2x as factory default!

#! /bin/sh
# $Id$
#Remove useless files from subdirectories

find . \( -name log -o -name make\*.log\* -o -name test -o -name .\*.thy.ML \) -print \
  | xargs rm