rm-logfiles
author lcp
Fri, 23 Dec 1994 16:51:10 +0100
changeset 839 1aa6b351ca34
parent 608 245633e2fd57
permissions -rwxr-xr-x
RepFun_eq_0_iff, RepFun_0: new
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     1
#! /bin/sh
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     2
#rm-logfiles: remove useless files from subdirectories
263
d45f0af592f0 no longer removes *.z
lcp
parents: 0
diff changeset
     3
rm log */make*.log */make*.log.gz
0
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     4
rm */test
608
245633e2fd57 now uses find to locate .thy.ML files everywhere
lcp
parents: 263
diff changeset
     5
find . -name '.*.thy.ML' -print -exec rm {} \;