rm-logfiles
author nipkow
Tue, 14 Mar 1995 09:47:28 +0100
changeset 951 682139612060
parent 608 245633e2fd57
permissions -rwxr-xr-x
added exit 1
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 {} \;