src/Tools/rm-logfiles
author wenzelm
Tue, 07 Oct 1997 18:02:02 +0200
changeset 3805 a50d0b5219dd
parent 2955 92599a47a7ab
permissions -rwxr-xr-x
improved types of add_XXX funs (xtyp etc.); tuned comments; tuned msgs; improved merge: no longer raises ERROR, but TERM;
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