]> git.ipfire.org Git - thirdparty/sarg.git/commit - log.c
Split the input log file into several files
authorFrédéric Marchal <fmarchal@users.sourceforge.net>
Tue, 25 Jan 2011 21:08:34 +0000 (21:08 +0000)
committerFrédéric Marchal <fmarchal@users.sourceforge.net>
Tue, 25 Jan 2011 21:08:34 +0000 (21:08 +0000)
commit2c7e8c23e72fd52e5db145171e87914beea35b52
tree2716d37224d7019bc16cd2203dd076a032d198d4
parent8949e757f06d40a37b11fc1518f02e2b72276849
Split the input log file into several files

Each file contains one day worth of data. The name of the output file
is made of a user supplied prefix and the date corresponding to the
data in the file. The file may be written in a directory selected with
command line option -o.

Thanks to Mauricio Silveira.
CMakeLists.txt
ChangeLog
include/defs.h
include/info.h
log.c
sarg.1
sarg_manpage.xml
splitlog.c