src/Tools/rm-logfiles
author clasohm
Fri, 13 Oct 1995 11:48:40 +0100
changeset 1280 909079af97b7
parent 820 11e4827b3d75
child 2161 c25714ca1c19
permissions -rwxr-xr-x
corrected spelling of title
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 {} \;