src/Tools/rm-logfiles
author paulson
Thu, 22 May 1997 15:10:05 +0200
changeset 3297 078d5f7d0d09
parent 2955 92599a47a7ab
permissions -rwxr-xr-x
Uses option_case_tac
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
2955
92599a47a7ab improved;
wenzelm
parents: 2168
diff changeset
     4
92599a47a7ab improved;
wenzelm
parents: 2168
diff changeset
     5
find . \( -name log -o -name make\*.log\* -o -name test -o -name .\*.thy.ML \) -print \
92599a47a7ab improved;
wenzelm
parents: 2168
diff changeset
     6
  | xargs rm