Difference between revisions of "Scripts-Autolog"

From Stadm
Jump to navigationJump to search
(Created page with '<pre> CLEANALL: 'cleanall' is a very simple script that automates cleaning of log files that are empty for each machine. It simply executes the *clean scripts for each machine i…')
 
Line 1: Line 1:
 +
=Scripts=
 +
==AutoLog Scripts==
 +
===cleanall===
 
<pre>
 
<pre>
 
CLEANALL:
 
CLEANALL:

Revision as of 12:18, 1 October 2010

Scripts

AutoLog Scripts

cleanall

CLEANALL:

'cleanall' is a very simple script that automates cleaning of log files that are empty for each machine. It simply executes the *clean scripts for each machine in turn.

usage:	cleanall

 - REQUIRED components:
 -- 1) a directory called logclean/ in the same directory as cleanall with permissions "drwxr-xr-x"
 -- 2) logclean/ must contain *clean scripts

created by Joe Mount
2006-02-21