Quoting Jeff D <[EMAIL PROTECTED]>: > Look for all files (.pl?, .c?) and grep for unlink/rm > and/or log.
Another thing you could look for is scripts which might be legitimately appending to the log but use open HNDL ">myfile.log"; rather than open HNDL ">>myfile.log"; There's more than one way to delete the contents of a file... @-) Steve _______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
