src/Tools/rm-logfiles
author oheimb
Wed, 12 Nov 1997 18:58:50 +0100
changeset 4223 f60e3d2c81d3
parent 2955 92599a47a7ab
permissions -rwxr-xr-x
added thin_refl to hyp_subst_tac
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     1
#! /bin/sh
820
11e4827b3d75 Id: marker.
lcp
parents: 608
diff changeset
     2
# $Id$
11e4827b3d75 Id: marker.
lcp
parents: 608
diff changeset
     3
#Remove useless files from subdirectories
2955
92599a47a7ab improved;
wenzelm
parents: 2168
diff changeset
     4
92599a47a7ab improved;
wenzelm
parents: 2168
diff changeset
     5
find . \( -name log -o -name make\*.log\* -o -name test -o -name .\*.thy.ML \) -print \
92599a47a7ab improved;
wenzelm
parents: 2168
diff changeset
     6
  | xargs rm