src/Tools/rm-logfiles
author wenzelm
Fri, 08 Aug 1997 11:22:59 +0200
changeset 3645 cfbd814a11f2
parent 2955 92599a47a7ab
permissions -rwxr-xr-x
added append_file;

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