rm-logfiles
author lcp
Wed, 12 Oct 1994 09:48:32 +0100
changeset 631 8bc44f7bbab8
parent 608 245633e2fd57
permissions -rwxr-xr-x
Pure/tctical/suppress_tracing: new; can now switch tracing off until the next tactical call. There is no good way of doing this because of backtracking. Pure/tctical/exec_trace_command,tracify,traced_tac: these set, test and reset suppress_tracing
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 {} \;