src/Tools/rm-logfiles
author paulson
Sat, 10 Jan 1998 17:59:32 +0100
changeset 4552 bb8ff763c93d
parent 2955 92599a47a7ab
permissions -rwxr-xr-x
Simplified proofs by omitting PA = {|XA, ...|} from RA2
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