Skip to content

Commit 15c4128

Browse files
committed
This script will search for all *.log files in the given directory, zip them using the program you specify and then date stamp them
1 parent 258cec4 commit 15c4128

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

logs.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
# Created : 13th October 2011
44
# Last Modified :
55
# Version : 1.1
6-
# Description : This script will search for all *.log files in the given directory, zip them using the program you specify and then date stamp them
7-
86
# Modifications : 1.1 - Added the variable zip_program so you can set it for the zip program on whichever OS, so to run on a different OS just change the locations of these two variables.
97

8+
# Description : This script will search for all *.log files in the given directory, zip them using the program you specify and then date stamp them
9+
1010
import os # Load the Library Module
1111
from time import strftime # Load just the strftime Module from Time
1212

0 commit comments

Comments
 (0)