src/Tools/rm-logfiles
author nipkow
Fri, 17 Oct 1997 15:25:12 +0200
changeset 3919 c036caebfc75
parent 2955 92599a47a7ab
permissions -rwxr-xr-x
setloop split_tac -> addsplits

#! /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