timed tail for logfiles. Display loglines given a minimum date and/or a maximum date.
c
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

options.c 204B

12345678
  1. #include "include/options.h"
  2. ttail_options *ttail_options_init(int argc, char **argv)
  3. {
  4. fprintf(stderr,"ttail_options *ttail_options_init(int argc, \
  5. char **argv) Not implemented yet");
  6. return NULL;
  7. }