rm-logfiles
author nipkow
Sun, 02 Apr 1995 10:43:59 +0200
changeset 995 95c148a7b9c4
parent 608 245633e2fd57
permissions -rwxr-xr-x
generalized map (%x.x) xs = xs to map (%x.x) = (%xs.xs)
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 {} \;