src/Tools/rm-logfiles
author paulson
Fri, 02 Jan 1998 11:59:06 +0100
changeset 4507 f313d8fb8f49
parent 2955 92599a47a7ab
permissions -rwxr-xr-x
Auto_tac now has type tactic, not unit->tactic
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