src/Tools/rm-logfiles
author lcp
Wed, 21 Dec 1994 13:36:02 +0100
changeset 820 11e4827b3d75
parent 608 245633e2fd57
child 2161 c25714ca1c19
permissions -rwxr-xr-x
Id: marker.
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
263
d45f0af592f0 no longer removes *.z
lcp
parents: 0
diff changeset
     4
rm log */make*.log */make*.log.gz
0
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     5
rm */test
608
245633e2fd57 now uses find to locate .thy.ML files everywhere
lcp
parents: 263
diff changeset
     6
find . -name '.*.thy.ML' -print -exec rm {} \;